summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-24 12:24:23 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-30 13:11:53 +0200
commit35d3f03843536613b6fdb4e0cf07c44f5d8b5140 (patch)
tree3fe6ed939d87f1f070a04e284b39a56ecca1e247 /ipalib/plugins/internal.py
parent029649c05cbf9edfc80d4552dec479ab24d4872c (diff)
downloadfreeipa-35d3f03843536613b6fdb4e0cf07c44f5d8b5140.tar.gz
freeipa-35d3f03843536613b6fdb4e0cf07c44f5d8b5140.tar.xz
freeipa-35d3f03843536613b6fdb4e0cf07c44f5d8b5140.zip
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 <edewata@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
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?<br/>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": {