We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa57885 commit f62acc6Copy full SHA for f62acc6
fum/common/static/js/main.js
@@ -102,6 +102,9 @@ $(document).ready(function(){
102
*/
103
$('#password-modal').on('shown', function() {
104
$('#password-modal input:visible').first().focus();
105
+ $('#password-length').show();
106
+ $('#password-character-groups').show();
107
+ $('#passwords-matching').hide();
108
});
109
110
$('#password-modal').on('hide', function() {
0 commit comments