Skip to content Skip to sidebar Skip to footer

Reset Odoo User Login Password

So here is how to reset admin password in Odoo 12 :

  1. To make it simple and not confusing for you, you must Install phpPGadmin in your server so it will help you managing your postgres using web browser;
  2. Connect to postgres by typing your server IP address via browser. For Example : http://192.168.1.81/phpPgAdmin/
  3. After that, login as superuser (using postgres is recommended)

    phppglogin
  4. Now, try to look res_user table on the left side of the screen, and now you may find list of user on the right. There is an edit button you can click, which will edit the value of it.