Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
2005 Переглядів

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.

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити