[
https://issues.jboss.org/browse/GTNPORTAL-3402?page=com.atlassian.jira.pl...
]
Juraci Paixão Kröhling commented on GTNPORTAL-3402:
---------------------------------------------------
This feature will be split into two parts:
1) On a first phase, we'll read the configuration files for a policy called
"passwordpolicy". If this is available, then it will automatically be applied to
the places where password is used as input before persisting (not when logging in, for
instance, but when setting a new password).
Ex.:
gatein.validators.passwordpolicy.length.min=5
gatein.validators.passwordpolicy.length.max=50
gatein.validators.passwordpolicy.regexp=...
2) On a second step, customers will be able to add more policies, and select which one is
active on the UI, via a select box.
Allow customers to customize login validation and accounts
expiration
----------------------------------------------------------------------
Key: GTNPORTAL-3402
URL:
https://issues.jboss.org/browse/GTNPORTAL-3402
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Juraci Paixão Kröhling
Assignee: Juraci Paixão Kröhling
Allow customers to add custom password rules to their GateIn installations.
We've had a discussion about the possibilities, and it seems that the best for now
would be something as follows:
1) Adapt/extend the current UserConfigurableValidator, which allows the usage of
min/max/regex constraints for values based on values from a configuration file, for
instance:
gatein.validators.mycompanypasspolicy.length.min=5
gatein.validators.mycompanypasspolicy.length.max=50
gatein.validators.mycompanypasspolicy.regexp=...
2) Extend the User Interface to allow the administrator to enter the name of the
configuration entry related to the password policy (mycompanypasspolicy , in this case).
(originally requested via Bugzilla #973835)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira