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]>
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

_______________________________________________
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.