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

I want to open my Odoo website on localhost I am using Odoo17

when I entered my email and password in the Odoo 17 shows me (Wrong login/password) 

is there anyway to access my website locally

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

Hello Mena Media,


Yes, you can easily access your website on localhost.


First, open the terminal and type the following command to connect to the PostgreSQL database:


psql database_name


Next, execute the following query to update the login credentials:


UPDATE res_users SET login='your_username', password='your_password' WHERE id=2;


Replace 'your_username' and 'your_password' with your desired login details.


After running the query, you can use the updated credentials to log in to your website.


Thanks & Regards,

Email:  odoo@aktivsoftware.com           

Skype: kalpeshmaheshwari

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
พ.ค. 25
1968
0
มิ.ย. 24
801
2
ก.ค. 24
3496
Migrate database Odoo V17 to V18. แก้ไขแล้ว
1
ม.ค. 25
1138
2
ก.พ. 24
2247