summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-05-12 17:34:39 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-20 14:18:17 +0200
commit2361ac11ad15dcdceb1dd82ade66b7562b537a0a (patch)
tree2ee35a7566bacba413ca18e9ecb65702c47d1827 /ipalib
parent9b5655607d1a777006721f12fc61de122e3ea4d6 (diff)
downloadfreeipa-2361ac11ad15dcdceb1dd82ade66b7562b537a0a.tar.gz
freeipa-2361ac11ad15dcdceb1dd82ade66b7562b537a0a.tar.xz
freeipa-2361ac11ad15dcdceb1dd82ade66b7562b537a0a.zip
webui: option to not create user private group
Web UI wa not able to create a user without a private group. New field added to user adder dialog to allow that. https://fedorahosted.org/freeipa/ticket/4986 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 56d271b4a..53a70d450 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -718,6 +718,7 @@ class i18n_messages(Command):
"krbpasswordexpiration": _("Password expiration"),
"mailing": _("Mailing Address"),
"misc": _("Misc. Information"),
+ "noprivate": _("No private group"),
"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"),