diff options
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r-- | ipalib/plugins/user.py | 3 |
1 files changed, 3 insertions, 0 deletions
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', |