Skip to Content
Menu
This question has been flagged
2 Replies
6883 Views

Today I tired changing my admin log in in OpenERP V7 and I got a error when I submit the request, now when I try log in with the new password or old password I am not able to get in. I dont have an email setup or I any other user that I have setup have admin access to change the password. Is there away for me to change the password from the database if so can anybody guide me. 

 

Avatar
Discard
Best Answer

Run the following SQL query to see admin login and password:

select login, password from res_users where id=1;

 

Avatar
Discard
Related Posts Replies Views Activity
5
Jul 24
93041
2
May 25
2919
2
May 25
1898
2
Sep 21
7772
3
Jul 16
9429