About
•
Download
•
Documentation
•
Wiki
•
Forums
•
Contribute
•
Support
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
Search:
Back to OpenACS Q&A
Request notifications
1
:
forgot the System / admin password
Posted by
amit singh
on
11/10/00 08:20 AM
can some let me know how to reset the password of the system ie system
wide administrator or how can i retreive it.
2
:
Response to forgot the System / admin password
(response to
1
)
Posted by
Antonio Laterza
on
11/10/00 08:39 AM
In table "users" of your db you can see the record system, then you can change or see the password field.
3
:
Response to forgot the System / admin password
(response to
1
)
Posted by
Don Baccus
on
11/10/00 01:30 PM
Right, in psql "select password from users where first_names =
'system';" should do it.
Unless you've enabled encrypting of passwords in the database...
4
:
Response to forgot the System / admin password
(response to
1
)
Posted by
Min Chen
on
03/01/02 06:18 PM
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.
Back to OpenACS Q&A