Allow to create api user w/ password

fixes #8164
This commit is contained in:
Yonas Habteab 2020-10-09 20:15:44 +02:00
parent 8910784844
commit 3f3e04eb69
1 changed files with 1 additions and 1 deletions

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;