Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2393 Zobrazení

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 25
763
3
led 24
1532
0
čvn 20
2994
4
lis 24
7704
0
říj 22
55