[Seaside] How do I reset the Seaside administrator password? (Pharo2, Seaside 3.0.10)

Johannes Brauer brauer at nordakademie.de
Sun Mar 20 16:43:10 UTC 2016


thanks a lot, David!

Johannes
> Am 20.03.2016 um 13:20 schrieb David Tibbe <david at tibbe.info>:
> 
> 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
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list