跳至内容
菜单
此问题已终结
2 回复
1932 查看

Forgot password is not showing after the user's login and logout his/her account. Admin account is always showing no matter what account is logged in and logout.

What is the possible reason of it? I've looked on the UI but I am sure that there's no changes and modification in front-end.


形象
丢弃
最佳答案

Hi  Lawrence,

Goto Settings / General Settings and enable the reset password option.


After logging in, to change your password, go to 'My Profile,' where you'll find the 'Change Password' option under action.





Hope it helps,
Kiran K

形象
丢弃
编写者

hmm we are still using odoo 10 sorry for not indicating on post

最佳答案

go to your terminal

write 

>sudo su postgres

>psql db_name

>update res_users set login='my_email', password='my_password' where id=your_user_id;


形象
丢弃
编写者

I don't need to change the password of admin, I am wondering why the user has already been logout but it looks like the admin user is still in login (as you can see on the picture)

相关帖文 回复 查看 活动
2
8月 25
2502
3
2月 25
3805
0
5月 24
46
1
4月 24
3514
4
9月 23
5056