Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
118251 Lượt xem

Hello,

i install odoo on a ubuntu server with this tuto:

https://www.howtoforge.com/tutorial/install-odoo-erp-software-on-ubuntu-16-04/

all is working fine. when i am on the page to etablish a connexion, it's impossible to connect at my session.

I don't know what is the administrator login and password...


Can you help me to find it?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

   User name or email is "admin" as default (We can change the user email).  when you create the DB you give the password of the admin, same password is enter here, and you can login as Administrator.     You can change the password after login, go to settings and select the user, from there you can change the user password from the more button.      we can change the email from there directly..

To change admin password.

    from passlib.context import CryptContext
    print CryptContext(['pbkdf2_sha512']).encrypt('MY_PASSWORD')
            REPLACE """HASH"""" by the result of the previous command
    UPDATE res_users SET password='', password_crypt='HASH' WHERE id=1;
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Thanks for this question

Today i faced this issue  and fixed by your questions and its answers


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

The user name is 'admin' and the password you can use Postgres database and open res_users table , and in the table you will find all users with their password

Ảnh đại diện
Huỷ bỏ

I think that password is encrypted, there is is no use of it.

Câu trả lời hay nhất

Step 5 of the guide you linked to tells you to edit the configuration file.

This file stores the default username and password.

Edit the Odoo configuration file with vim:

vim /etc/odoo/openerp-server.conf
Ảnh đại diện
Huỷ bỏ

In conf file we can get the master password, not the admin password..!

Correct. The admin login and password is defined when the database is created.

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 10 21
7008
4
thg 4 18
8582
4
thg 11 24
2636
0
thg 5 25
1561
13
thg 9 24
192839