if i forgot my login password means how do i know my password?
did any module is for that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
if i forgot my login password means how do i know my password?
did any module is for that?
Several Options:
Regards.
If you have access to the database, you can read it with the following SQL query:
select password from res_users where login='admin';
Reference: https://www.odoo.com/forum/Help-1/question/How-i-can-get-back-my-lost-password--147
What if the password is encrypted?
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
If password is encrypted how can i get or reset my password through odoo login screen itself? as like forgot password option