This question has been flagged
1 Reply
5316 Views

Hello,

On my openerpV5 (ubuntu), administrator acount ids have been modify by a former collegue. How to retrieve the user name and password for the administrator account?

Thanks!

Avatar
Discard
Best Answer

You can fire a select query in PostgreSQL to know ID of admin.

SELECT id FROM res_users WHERE name='admin'
Avatar
Discard