Re: administrator/password in (Pharo4, Seaside 3.1)j

Johannes Brauer <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Thanks David, that works.

But I have another problem. The Seaside dispatcher itself is password protected, but I lost it. How can I reset it?

Johannes
Am 01.06.2016 um 19:43 schrieb David Tibbe <[email protected]<mailto:[email protected]>>:

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
[email protected]<mailto:[email protected]>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.