Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2424 Näkymät

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
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
heinäk. 25
784
3
tammik. 24
1542
0
kesäk. 20
3014
4
marrask. 24
7750
0
lokak. 22
55