Password Policy should be hookable
Description
relates
Activity
Show:

Michael Saechang August 13, 2012 at 12:13 PM
Committed on:
Portal 6.1.x CE GIT ID: 2a1e5e018850e2dd152af5eab135cbfef776abe4.
Portal 6.2.x GIT ID: a16ebcb47fddcde2f23a9e5a0eb2c31bed6a11f8.

Brett Swaim June 14, 2012 at 3:19 PM
Dang! Service with a smile! Thanks!

Brian Chan June 14, 2012 at 3:17 PM
"passwords.toolkit" is now available as a Liferay hook property. Implement the global "com.liferay.portal.security.pwd.Toolkit" interface
Completed
Details
Assignee
SE SupportSE SupportReporter
Brett SwaimBrett Swaim(Deactivated)Branch Version/s
6.1.xBackported to Branch
CommittedComponents
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
6.1.x
Backported to Branch
Committed
Components
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created June 14, 2012 at 10:12 AM
Updated June 26, 2023 at 5:57 AM
Resolved August 13, 2012 at 12:13 PM
Infosec requirements can change widely from company to company. My current client requires that there be no character repeating more than twice, the screen name not be part of the password, and a few other intricacies that we currently don't support. To fix this Password policies should be hookable. That way a client can make a 100% custom password policy via a hook plugin.