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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
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
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up