In Alfresco 5.2, the user can change passwords. So far it is ok. But is there any way to force a password complexity? How min. 2 lowercase letters, 2 uppercase letters, 2 digits and a special character. I know there is a way in global-config.xml to force a min password length but no other stuff in that way. (i think )
And finally:
I'd like to give the user a hint in case of the password policy does not met.
Unfortunatelly, I think it requires developments of extra functionalities.
Anyway, I'm not sure if there are addons/plugins that could achieve this option.
As you have said is possible to stablish the minimum length of user's passwords on "<web-extension>/share-config-custom.xml" file:
<config evaluator="string-compare" condition="Users">
<users>
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
</users>
</config>
I'll try any test using RegEx (regular expressions).
Another topic that deals with a related theme:
Diría que la única manera es añadir más validaciones para el campo en
Puedes sobreescribir o extender el fichero para añadir tus validaciones.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.