Don't allow the admin user to be removed from the admins group.

439281
This commit is contained in:
Rob Crittenden
2008-04-04 17:41:32 -04:00
parent cb4648a8af
commit ac5a35086e
2 changed files with 15 additions and 0 deletions

View File

@@ -173,6 +173,11 @@ INPUT_CANT_INACTIVATE = gen_error_code(
0x0008,
"This entry cannot be inactivated.")
INPUT_ADMIN_REQUIRED_IN_ADMINS = gen_error_code(
INPUT_CATEGORY,
0x0009,
"The admin user cannot be removed from the admins group.")
#
# Connection errors
#