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