Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
28685 มุมมอง

I have installed Odoo community 10 on my windows server

After 15 days of working, today my regular user name and password in not working...


Please help to know where I can get my username (email address) and password store in Odoo community 10


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Find out how to reset your password here:

https://www.odoo.com/es_ES/forum/ayuda-1/question/how-to-recover-admin-password-98564#answer-98565

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

You may try using postgresql from command line like this, enter the following:

psql your_dbname
UPDATE res_users SET password='your_new_password' WHERE login = 'admin';
อวตาร
ละทิ้ง

Passwords are not stored in clear text!

You are right. But the above step allows to reset the password & login to DB. Once you logged in, you may change the password from user I think. The above steps worked when I had a similar situation & also when I checked in Odoo 10 community edition.

คำตอบที่ดีที่สุด

Akhil answer made my day, thank you!

อวตาร
ละทิ้ง