On AEM, by default we can assign any password to a user. But we can restrict this and force users to strict password validation rules.
Enable Advanced Password Rules
Enable “PasswordValidationAction” in OSGI “AuthorizableActionProvider“, as below. And based on the regex, users will have to set specific passwords.
Enable “PasswordValidationAction” in OSGI “AuthorizableActionProvider“, as below. And based on the regex, users will have to set specific passwords.
AEM AuthorizableActionProvider Enabled
Step-by-step guide
1. Login to AEM > Tools > Security > Search for a User
2. On the User details page, select “Change password”
1. Login to AEM > Tools > Security > Search for a User
2. On the User details page, select “Change password”
- New Password and Retype Password: <New password>
- Current Password: <Current password that you would like to change>
- AEM Change Password
3. Password requirements:
- At least 12 characters length
- At least 1 Upper
- At least 1 Lower,
- At least 1 Number/Digit
- At least 1 Special Character out of this subset: @#%*-+=~[]{}<>?
No comments:
Post a Comment
If you have any doubts or questions, please let us know.