Forum OpenACS Q&A: Re: question

Collapse
6: Re: question (response to 1)
Posted by Nagita Karunaratne on
Look in table acs_permissions and find the grantee_id for an object that has a negative object_id. There should be only one (-4 on my system).

Then look in users table and find the user with that user_id.

The password and salt and in the same table but I have no idea how to recover the password from them. It may not be possible.