You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/03/26 17:51:54 UTC

[jira] [Commented] (ISIS-1094) Enhance the password field widget to show "strength" meter

    [ https://issues.apache.org/jira/browse/ISIS-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14382203#comment-14382203 ] 

Martin Grigorov commented on ISIS-1094:
---------------------------------------

I've added integration with pwstrength to Wicket-Bootstrap with https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/502.

> 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]; see also [2]
> 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]1 http://www.the-art-of-web.com/javascript/validate-password/
> [2] http://bootsnipp.com/snippets/featured/password-strength-meter



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)