fixed issue 1924:Reset Password form does not show password strength.
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.9.5-trunk+timestamp.2014.05.26.23.47.54
|
||||
Version 2.9.5-trunk+timestamp.2014.05.26.23.54.55
|
||||
|
||||
@@ -18,7 +18,7 @@ pass
|
||||
jQuery("#web2py_user_form input:visible:enabled:first").focus();
|
||||
{{if request.args(0)=='register':}}
|
||||
web2py_validate_entropy(jQuery('#auth_user_password'),100);
|
||||
{{elif request.args(0)=='change_password':}}
|
||||
{{elif request.args(0) in ('change_password','reset_password'):}}
|
||||
web2py_validate_entropy(jQuery('#no_table_new_password'),100);
|
||||
{{pass}}
|
||||
//--></script>
|
||||
|
||||
Reference in New Issue
Block a user