From 35d3f03843536613b6fdb4e0cf07c44f5d8b5140 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 24 Jun 2014 12:24:23 +0200 Subject: webui: support unlock user command Call user-unlock command from Web UI. It will unlock displayed user on current master. https://fedorahosted.org/freeipa/ticket/4407 Reviewed-By: Endi Sukma Dewata --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 731142cd5..d95794cc6 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -646,6 +646,8 @@ class i18n_messages(Command): "misc": _("Misc. Information"), "status_confirmation": _("Are you sure you want to ${action} the user?
The change will take effect immediately."), "status_link": _("Click to ${action}"), + "unlock": _("Unlock"), + "unlock_confirm": _("Are you sure you want to unlock user ${object}?"), }, }, "password": { -- cgit