Hello all,
I want to add remember me option in my login page so whenever a user again visit odoo 14 login page, they do not need add login details again.
For this, i have tried some google links for js that i have tried to implement in odoo:-
https://codepen.io/AllThingsSmitty/pen/pOoeyz
https://www.developerdesks.com/remember-me-functionality-using-html5-jquery/1652
and tried some other links also but unable to achieve this in odoo 14.
So can anyone help me to achieve this please?
Odoo actually saves sessions, so if you aren't working on incognito it'll not ask you for a password again and again, just once in a while. Why do you need to develop custom functionality?