Skip to Content
मेन्यू
This question has been flagged
2 Replies
1997 Views

How to set user password a more stronger it should not have weaker password like checking if it has One uppercase one lower case etc.

Avatar
Discard
Best Answer

https://www.odoo.com/documentation/18.0/applications/general/users.html#password-management

We support a minimum password length as explained in our documentation. In order to make the Minimum Password Length option available, it is necessary to activate the Password Policy - auth_password_policy App/module.

Research shows more onerous password policies frustrate Users and lead to poorer security - https://users.ece.cmu.edu/~lbauer/papers/2016/tissec2016-password-policies.pdf

We recommend Two Factor Authentication / Password Managers for all Users.

https://www.odoo.com/documentation/18.0/applications/general/users/2fa.html

Avatar
Discard
Best Answer

Hi,


Here is an app which helps to show user password strength by checking if the password is a combination of alphanumeric characters along with special characters and shows percentage of the strength of the password and complexity of the password with the help of few conditions. Conditions for a strong password are: - Should have 8 characters. - Should have at least one number. - Should have at least one uppercase and one lowercase character. - Should have at least one special symbol.



Here is the link to the app:


https://apps.odoo.com/apps/modules/16.0/user_password_strength/


Hope it helps

Avatar
Discard