Skip to content

Commit 9629c3d

Browse files
authored
Merge pull request hestiacp#1047 from hestiacp/fix/08_2020_edit_user_generate_pw_fix
Fix "Strength" meter edit user when clicking "generate"
2 parents 08e9d55 + ef8698b commit 9629c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/js/pages/edit_user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ randomString = function(min_length = 16) {
1111
randomString();
1212
}else{
1313
$('input[name=v_password]').val(randomstring);
14+
App.Actions.WEB.update_v_password();
1415
}
1516
}
1617

0 commit comments

Comments
 (0)