Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
6301 Переглядів

I'm new to odoo, and for the first time running the local system on my computer. 

The system immediately redirects me to the login page, not to sign up. I have no idea what email and password I am supposed to register with, and can not retrieve the password from the database because it is encrypted. 

Can anyone help me with this?

Аватар
Відмінити
Найкраща відповідь

When you create a new database, you fill the user/password. The same credentials you have to use for login.

If you still don't have any idea, just go to the database and update the password filed for admin user.

Ex:

UPDATE res_users SET password='admin' WHERE login='admin';

You can use this query to change the password and then you can login.

Аватар
Відмінити
Найкраща відповідь

When you created database which email and password you fill in the form do you remember?

Or you can try to login with email: admin password: admin

Thanks,

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
4
серп. 22
115241
4
квіт. 18
7894
4
лист. 24
1792
1
лист. 22
2469
Forgot Password Вирішено
2
січ. 19
6358