Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Password Recovery in OpenERP

    • 0
    • 0
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 691
    Comment on it

    Can't log in? Forgot Password? Many users and many passwords?

    All these questions are very common in daily operations of your OpenERP. If you are admin then you have all the access to change or recover passwords for other users as well.

    This is very simple, you just need to know your postgres Openerp Server password if required, which is usually 'openpgpwd'. Just run the following query in pgAdmin:

    select password from res_users where login='admin';
    

    or

    select password from res_users where login='xyz';
    

    Also you can change passwords or look in the Users list for the password if you are admin by going to Settings/Users in OpenERP.

 1 Comment(s)

  • In Odoo, password reset has become user friendly. You can go to Settings > Configuration > General Settings. Here, you will see one option under Portal Access "Enable password reset from Login page". If this flag has been checked then a user will be able to reset the password from the login page itself. No pgadmin or postgreSQL required. Easy and convenient.

    Comment
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: