summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-08-29 10:33:23 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-08 12:52:36 +0200
commitf8fc3bbcd84e12d4f918fe05910c9e664fc0b07c (patch)
tree14fec88644c770434f7a96193ad4f315e911fec6
parentcb2dc9c5efaee6344daa32a9717336345a22f022 (diff)
downloadfreeipa-f8fc3bbcd84e12d4f918fe05910c9e664fc0b07c.tar.gz
freeipa-f8fc3bbcd84e12d4f918fe05910c9e664fc0b07c.tar.xz
freeipa-f8fc3bbcd84e12d4f918fe05910c9e664fc0b07c.zip
webui: notify psw change success only once
Password change initiated from header menu notified success twice. First one in `dialogs.password.dialog` and second one in a success callback. The second notification was removed. Caused by: https://fedorahosted.org/freeipa/changeset/870db2f677dff01750aeec104c90fce3ca0e54be/ Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
-rw-r--r--install/ui/src/freeipa/ipa.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/ipa.js b/install/ui/src/freeipa/ipa.js
index 0fb35632e..b414e4825 100644
--- a/install/ui/src/freeipa/ipa.js
+++ b/install/ui/src/freeipa/ipa.js
@@ -632,8 +632,6 @@ IPA.password_selfservice = function() {
IPA.update_password_expiration();
};
command.execute();
-
- IPA.notify_success(text.get('@i18n:password.password_change_complete'));
});
reset_dialog.open();
};