This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-02-26 13:54:20

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Set Scratch to automatically put in your credentials

I find it annoying that every time you want to upload a project, you have to re-type your credentials into the upload dialog. I was searching through the code today and I found out how to set it to automatically fill in the inputs.

1) Turn fill-screen off (duh)
2) Open the browser
3) Go to Scratch-UI-Panes >> ScratchFrameMorph >> startup >> startup
4) locate the following lines:

Code:

author _ ''.
loginName _ ''.
loginPassword _ ''.

5) Fill in your credentials
6) save the method
7) save image for end user, or just open up a new Scratch from the World menu.

Last edited by ScratchReallyROCKS (2011-02-26 13:55:12)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#2 2011-02-27 08:42:57

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: Set Scratch to automatically put in your credentials

That is epic  smile


IHeartGaming

Offline

 

#3 2011-02-27 19:50:37

celloguy123
Scratcher
Registered: 2009-01-15
Posts: 100+

Re: Set Scratch to automatically put in your credentials

Cool, but wouldn't that be a bad idea for shared computers?


http://internetometer.com/image/33068.png

Offline

 

#4 2011-02-27 19:51:19

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Set Scratch to automatically put in your credentials

celloguy123 wrote:

Cool, but wouldn't that be a bad idea for shared computers?

Yes. I wouldn't suggest doing it in that case.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

Board footer