mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
username_r in password reset part of unauthorized dialog should be enabled as well
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
parent
df7ffc53cf
commit
27bc467a62
@ -2205,7 +2205,7 @@ IPA.unauthorized_dialog = function(spec) {
|
||||
that.show_reset_form = function() {
|
||||
|
||||
that.current_view = 'reset';
|
||||
that.enable_fields(['new_password', 'verify_password']);
|
||||
that.enable_fields(['username_r', 'new_password', 'verify_password']);
|
||||
that.session_form.css('display', 'none');
|
||||
that.reset_form.css('display', 'block');
|
||||
that.display_buttons(['reset', 'cancel']);
|
||||
|
Loading…
Reference in New Issue
Block a user