summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/user.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-29 16:01:25 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-10-30 13:31:12 +0100
commite3d56597cd8aba4eee17a19f326f36bfcb3b90e2 (patch)
treee2accf27f042e11fd87e08113f033633fb773d46 /install/ui/src/freeipa/user.js
parent70c1e4a18588a257e64a8343b91c52c9f7afd954 (diff)
downloadfreeipa-e3d56597cd8aba4eee17a19f326f36bfcb3b90e2.tar.gz
freeipa-e3d56597cd8aba4eee17a19f326f36bfcb3b90e2.tar.xz
freeipa-e3d56597cd8aba4eee17a19f326f36bfcb3b90e2.zip
Fix password expiration notification
- was broken by navigation and application controller refactoring https://fedorahosted.org/freeipa/ticket/4003
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r--install/ui/src/freeipa/user.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index 34c3a7adf..61bdb43b4 100644
--- a/install/ui/src/freeipa/user.js
+++ b/install/ui/src/freeipa/user.js
@@ -536,7 +536,6 @@ IPA.user_password_dialog = function(spec) {
that.success_handler = spec.on_success;
that.error_handler = spec.on_error;
- that.self_service = spec.self_service; //option to force self-service
that.pkey = spec.pkey;
that.is_self_service = function() {