Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2449 visitors today
Log In Register

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

OpenACS Home : Forums : OpenACS Q&A : forgot the System / admin password

Icon of Envelope Request notifications

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

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