내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Enforce Strong Passwords in CQ5.5?

Avatar

Level 1

Is there any way to enforce strong passwords, e.g min length and special characters in CQ5.5 SP2.1 without ldap integration or a custom login module?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Out of the box no; however, if this is something you need, you can customize AEM by wrapping a  Java library that contains methods that are suitable for performing server-side password strength checking within an OSGi bundle.  

This API looks like something that would meet your requirements: https://code.google.com/p/vt-middleware/wiki/vtpassword

This looks like an interesting use case to follow up on by writing a community article. Of course - if any other community member writes this up -- let me know and we will feature it on the official AEM pages in the SpotLight section. 

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 10

Out of the box no; however, if this is something you need, you can customize AEM by wrapping a  Java library that contains methods that are suitable for performing server-side password strength checking within an OSGi bundle.  

This API looks like something that would meet your requirements: https://code.google.com/p/vt-middleware/wiki/vtpassword

This looks like an interesting use case to follow up on by writing a community article. Of course - if any other community member writes this up -- let me know and we will feature it on the official AEM pages in the SpotLight section.