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

I forgot odoo master passowrd,  how to reset it?

note:  not admin passowrd  

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

Hii, If you've forgotten the Odoo master password (not the admin login password), you can reset it directly from the Odoo configuration file. Here's how:

  • Open odoo conf file
  • Change the value of admin_passwd
  • restart the odoo service

For more:  How to Recover/Change Master Password in Odoo

Thanks

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

HI,

You can reset the master password directly from the Odoo configuration file. Just open the odoo.conf file, and you’ll find a line like this

admin_passwd = "password"

Simply replace the existing password with your new one. For example:

admin_passwd = 'mynewpass'

After saving the file, restart the Odoo service. Your new master password will now be mynewpass.



Hope it helps



อวตาร
ละทิ้ง