Hi,
> i have an issue actually, i can not access to the setup page to recreate
> Jease Administrator.
the setup works only once (as long as the database is empty).
- If you want to delete all the stuff contained in Jease (and re-run
the setup) you can simply delete the database folder (e.g. ~/db4o or
~/perst).
- If you want to keep your content, but need to reset the password for
your administrator, you'll need to do it via a script (e.g. a simple
JSP), which simpley queries all the administrators and set a new
password. Have a look at jease.cms.web.Setup.java for guidance on the
code.
As a reminder to myself: I should provide some trigger via a
environment variable which allows to skip the password validation.
Cheers, Maik