[Seaside] administrator/password in (Pharo4, Seaside 3.1)

Johannes Brauer brauer at nordakademie.de
Wed Jun 1 09:50:09 UTC 2016


Hi,
in Seaside 3.0 I could use the following expression for setting the administrator login:

(WADispatcher default entryPointAt: 'config‘)
 preferenceAt: #login put: 'new id'.
(WADispatcher default entryPointAt: 'config')
preferenceAt: #passwordHash put: (GRPlatform current secureHashFor: 'new id').

I cannot figure out how to do equivalent tasks in Seaside 3.1.

Hints are welcome.
Johannes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20160601/7c12a16e/attachment-0001.htm


More information about the seaside mailing list