While installing apps ODOO 9.0. the system timed out and asked for my email & password however everything entered is wrong. The id & password for postgresSQL works but I cannot login. I see the admin password in the conf file but it does not work. Please assist.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
I resolved this problem. It seems that during the install when creating the admin user there was a password question which I forgot about. The login page asked for email address and that threw me. The solution was user = admin and password = the password you put in at that time during the install.
Excellent!
Hi,
if your postgress is working you can do one thing.connect to postgres,connect to your database and execute the update query in res_users table for changing password for admin user,normall admin will have id=1
I hope this will work,for more help contact at virzoteck@gmail.com
How to access odoo database?where is it stored?
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
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ý
Hi vitzoteck, Thank you for your guidance, I was also looking for that table so res_users is a valuable table to know about. I viewed the table and saw the admin user with id=1. So as to assist other users, please confirm that the correct syntax would be ---> UPDATE res_users SET password_crypt = 'admin' WHERE id = 1; I am a novice, so I do not want to try this on the table, especially since it is working now, so your confirmation would help.