跳至内容
菜单
此问题已终结
2 回复
2000 查看

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

形象
丢弃