[
https://issues.apache.org/jira/browse/ISIS-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood updated ISIS-1094:
------------------------------
Description:
At least it might require (example:
* length >= 8.
* at least 1 number.
* at least 1 capital letter.
* at least 1 small letter.
distinct from email.
See sample implementation at 1.
Ideally, the security add-on might enforce it, and being able to validate it.
But for avoiding introducing REST calls or similar solutions, perhaps its
better to simply implement it in JavaScript as in the example.
1 http://www.the-art-of-web.com/javascript/validate-password/
> Enhance the password field widget to show "strength" meter
> ----------------------------------------------------------
>
> Key: ISIS-1094
> URL: https://issues.apache.org/jira/browse/ISIS-1094
> Project: Isis
> Issue Type: Improvement
> Components: Core: Viewer: Wicket
> Affects Versions: core-1.8.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.9.0
>
>
> At least it might require (example:
> * length >= 8.
> * at least 1 number.
> * at least 1 capital letter.
> * at least 1 small letter.
> distinct from email.
> See sample implementation at 1.
> Ideally, the security add-on might enforce it, and being able to validate it.
> But for avoiding introducing REST calls or similar solutions, perhaps its
> better to simply implement it in JavaScript as in the example.
> 1 http://www.the-art-of-web.com/javascript/validate-password/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)