A while ago, Sean did this:

Sean P. DeNigris <s...@clipperadams.com>
10/23/13
 to pharo-dev
 philippeback wrote
> Would be great to have a logout, in order to give images to other people
> without leaving credentials around.

Done, added to world menu under the individual repo login options

The way the logins work is that a file named .mcconfig is expected in the
general preferences folder with the format:

[squeaksource]
        user := 'me'.
        password := 'pwd'.
[squeaksource3]
        user := 'me'.
        password = 'pwd'.
[smalltalkhub]
        user := 'me'.
        password := 'pwd'.


But I do not see where is is used...

Sean?

Phil



On Wed, May 14, 2014 at 11:56 AM, Mircea Filip Lungu <lu...@iam.unibe.ch>wrote:

> Hi folks,
>
> Is there a way of setting the SmalltalkHub username and password in an
> environment variable or an external configuration file as opposed to
> setting them in every repository in every image?
>
> It gets old introducing them always :)
>
> Cheers,
> M.
>
>
> --
> Mircea Lungu, PhD.
> Researcher
> Software Composition Group
> University of Bern
>
>

Reply via email to