[squeak-dev] Login for Inbox submissions

Bert Freudenberg bert at freudenbergs.de
Thu Apr 1 13:02:46 UTC 2010


On 01.04.2010, at 12:48, Edgar J. De Cleene wrote:
> 
> 
> 
> 
> On 4/1/10 6:17 AM, "Bert Freudenberg" <bert at freudenbergs.de> wrote:
> 
>> 
>> Yes, like this:
>> 
>> MCHttpRepository
>> location: 'http://source.squeak.org/inbox'
>> user: 'myinitials'
>> password: 'mypassword'
>> 
>> Once you do that it will remember the password and log you in automatically.
>> 
>> - Bert -
> 
> That means the squeak source image of trunk running the repositories let
> some guy log once he/ she change to his name / pass ?
> 
> Example:
> 
> Cassandra Lopez log as mynitials / mypassword
> Then she changes to cassandra matrix2010
> The image running the repositories save his name / pass
> Next time she logs as cassandra matrix2010
> 
> Or ?

She edits the repository info

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-8.png
Type: image/png
Size: 19855 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100401/35d4fdc5/PastedGraphic-8.png
-------------- next part --------------


and enters her initials and password:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-9.png
Type: image/png
Size: 11796 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100401/35d4fdc5/PastedGraphic-9.png
-------------- next part --------------


then saves the image.

If Cassandra is worried about saving the password in the image, she can leave it empty. Then MC will ask every time the password is needed.

If she finds all this too inconvenient, she can store her initials and password in the external "prefs/mcSettings" file instead. Then she never has to enter them manually, even after downloading a new image. The file format is documented in the "userAndPasswordFromSettingsDo:" method:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-11.png
Type: image/png
Size: 13290 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100401/35d4fdc5/PastedGraphic-11.png
-------------- next part --------------

- Bert -




More information about the Squeak-dev mailing list