[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-937) Implement live password strength verification hint

wu haixing (JIRA) jira-events at lists.jboss.org
Tue Oct 16 04:18:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-937?page=comments#action_12382666 ] 
            
wu haixing commented on JBSEAM-937:
-----------------------------------

I use jQuery passwordStrengthMeter in my registe page.
<script language="javascript" src="${facesContext.externalContext.requestContextPath}/scripts/jquery.js"></script>
<script language="javascript" src="${facesContext.externalContext.requestContextPath}/scripts/passwordStrengthMeter.js"></script>
<script language="javascript">
	jQuery.noConflict();
	jQuery(document).ready(function($) {
		$('#register\\:emailFormRow\\:email').keyup(function(){$('#register\\:passwordFormRow\\:result').html(passwordStrength($('#register\\:passwordFormRow\\:password').val(),$('#register\\:emailFormRow\\:email').val()))})
		$('#register\\:passwordFormRow\\:password').keyup(function(){$('#register\\:passwordFormRow\\:result').html(passwordStrength($('#register\\:passwordFormRow\\:password').val(),$('#register\\:emailFormRow\\:email').val()))})
	})
</script>
But after a4j:support refresh the password decorate,the strength information gone,I have no solution for this not yet

> Implement live password strength verification hint
> --------------------------------------------------
>
>                 Key: JBSEAM-937
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-937
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Wiki
>            Reporter: Christian Bauer
>         Assigned To: Christian Bauer
>            Priority: Minor
>
> A little AJAX-driven box next to the password field in registration, showing the strength of the entered password in real-time. Similar to progress bar, uses a couple of increasingly better regexes internally.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list