From e3d56597cd8aba4eee17a19f326f36bfcb3b90e2 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 29 Oct 2013 16:01:25 +0100 Subject: Fix password expiration notification - was broken by navigation and application controller refactoring https://fedorahosted.org/freeipa/ticket/4003 --- install/ui/src/freeipa/user.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/src/freeipa/user.js') 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() { -- cgit