Hi Johannes,
the preference is named #passwordHash. As the name indicates, the
password is stored in non-plaintext, so you have to use the following:
(WADispatcher default entryPointAt: 'config')
preferenceAt: #passwordHash put: (GRPlatform current secureHashFor:
'new id').
In Seaside 3.1, #entryPointAt: will not work anymore, so you may use
#handlerAt: instead.
BR,
David
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside