Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2423 Lượt xem

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';

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 25
784
3
thg 1 24
1542
0
thg 6 20
3013
4
thg 11 24
7749
0
thg 10 22
55