Merge pull request #8321 from Icinga/bugfix/cant-create-api-user-w-password-8164

Allow to create API User w/ password
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-11-25 15:40:07 +01:00 committed by GitHub
commit 81ed8d5629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ namespace icinga
class ApiUser : ConfigObject
{
/* No show config */
[no_user_view, no_user_modify] String password;
[config, no_user_view] String password;
[deprecated, config, no_user_view] String password_hash;
[config] String client_cn (ClientCN);
[config] array(Value) permissions;