Forum OpenACS Q&A: forgot the System / admin password

Collapse
Posted by amit singh on
can some let me know how to reset the password of the system ie system
wide administrator or how can i retreive it.
Collapse
Posted by Antonio Laterza on
In table "users" of your db you can see the record system, then you can change or see the password field.
Collapse
Posted by Don Baccus on
Right, in psql "select password from users where first_names =
'system';" should do it.

Unless you've enabled encrypting of passwords in the database...

Collapse
Posted by Min Chen on
We got the same problem.  One of the developers had changed the password by accident.  How do we reset it?  We have password encription enabled, so we can't know which is the password when we select password from users table.