Re: How do I reset the Seaside administrator password? (Pharo2, Seaside 3.0.10)
Johannes Brauer <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
thanks a lot, David! Johannes > Am 20.03.2016 um 13:20 schrieb David Tibbe <[email protected]>: > > 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 > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside