Hi Johannes,
> (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.
It's #handlerAt: instead of #entryPointAt: in Seaside 3.1.
(WADispatcher default handlerAt: 'config')
preferenceAt: #passwordHash put: (GRPlatform current secureHashFor:
'new id').
BR,
David
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside