Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2392 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 25
762
3
gen 24
1531
0
giu 20
2994
4
nov 24
7704
0
ott 22
55