Hello all,
I am presently working on a Password policy in OpenERP 7.
I created some fields in res_users, which is a boolean value called UpperCase.
I will like to check the password against fields i created, such as password_length, if it contains uppercase or lower case.
I can see that whenever a user logs in, OpenERP calls the web/session/authenticate
Please how can I overload this method and what method do I call to check if user credential is ok.
Thank you