Skip to Content
Menu
This question has been flagged
2 Replies
6606 Views

Hi all,

I have installed Odoo on to my server, however after installing some modules Odoo stopped logging me in. The interesting part is; I uninstalled Odoo and deleted the database and reinstalled to same server. But it still does not log me in.

In addition to that it does not say that my password is incorrect. When I enter incorrect password it says that my password is not correct, but when I enter true password it does not say my password is incorrect but it also does not allow me to login.

What do you think the problem could be ?

Thanks in advance

Avatar
Discard
Best Answer

Friend try to work with ODOO database which means you have to create a database named "ODOO" where master code = admin.

or try with this in your postgres:

update res_users set password ='xxxxxx' where login ='admin'

 Try to update your addons folders may be they were damaged  from the official site https://www.odoo.com/fr_FR/page/download then delete the old database and create a new one named "odoo".

Regards.

Avatar
Discard

I have updated my answer

Author Best Answer

I did that, unfortunately that didnt work.

The interesting thing is when I enter wrong password it says and also logs that my password is not correct. On the other hand when I try to login with right password it does not say that password is incorrect but it does not log me in either.

Avatar
Discard
Related Posts Replies Views Activity
1
Sep 24
204
0
Jun 22
328
0
Jun 21
1307
9
Jul 20
8974
9
Mar 20
5622