From 7b571e369312ae5c246f1a90337c0d5980a6a538 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 26 Jan 2010 06:39:00 -0700 Subject: Enabled CRUDS in webUI using wehjit 0.2.0 --- ipalib/plugins/user.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 97641a46..1686d678 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -113,6 +113,9 @@ class user(LDAPObject): cli_name='password', label='Password', doc='Set the user password', + # FIXME: This is temporary till bug is fixed causing updates to + # bomb out via the webUI. + exclude='webui', ), Int('uidnumber?', cli_name='uid', -- cgit