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?
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
If password is encrypted how can i get or reset my password through odoo login screen itself? as like forgot password option