Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2439 Ansichten

1. login the service computer 

2. psql -ls 

3. find the correct user for your odoo13, you can type below code to try it


 select id, name, active, last_connection_datetime from website_visitor;


4. once you get the correct user, you can input below two line code and you will find that you can log in now.


DELETE FROM website_visitor WHERE active = False;

DELETE FROM public.website_visitor WHERE id = '1';

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juli 25
786
3
Jan. 24
1544
0
Juni 20
3016
4
Nov. 24
7759
0
Okt. 22
55