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

Johannes Brauer brauer at nordakademie.de
Sat Mar 19 13:59:07 UTC 2016


Hi,
I lost my administrator password in a Pharo2-Seaside 3.0 image. In the Seaside-FAQs I found:


(WADispatcher default entryPoints at: 'config')
        preferenceAt: #login put: 'new id'.
(WADispatcher default entryPoints at: 'config')
        preferenceAt: #password put: 'new password'.

Both expressions don’t work because enttyPoints is not understood. What works is


(WADispatcher default entryPointAt: 'config')
        preferenceAt: #login put: 'new id'.

But If I try the same for password

(WADispatcher default entryPointAt: 'config')
        preferenceAt: #password put: 'new id'.

I get the exception WAAttributeNotFound, i. e. #password is not found.

What can I do?

Johannes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20160319/b50f92bb/attachment.htm


More information about the seaside mailing list