Expand my Community achievements bar.

SOLVED

Password Strength and Aging for Author Instance? CQ5.5?

Avatar

Level 1

Hello,

We use CQ5.5 and have one single Author instance that replicates to two publish instances.

Our users (Authors) are stored locally on the CQ5.5 Author instance, NOT in LDAP.

There appears to be no requirements for password strength or aging in the CQ5.5 Author instance.

Would someone please let me know how we can implement enforcement of password requirements such as strength and aging for our Authors passwords?

Thank you.

- Chris

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Chris,

CQ does not contain such features ootb. If you have such requirements you would normally use an identity management system like a LDAP server, which can implement such rules quite easy.

Jörg

View solution in original post

3 Replies

Avatar

Level 2

Please try using a validator/regular expression on your password control/textbox

Avatar

Correct answer by
Employee Advisor

Chris,

CQ does not contain such features ootb. If you have such requirements you would normally use an identity management system like a LDAP server, which can implement such rules quite easy.

Jörg

Avatar

Level 1

Thanks Jorg. That makes perfect sense and was what I wanted to know.