From 3f3e04eb69330ef73773a60bba558851090e5fa9 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Fri, 9 Oct 2020 20:15:44 +0200 Subject: [PATCH] Allow to create api user w/ password fixes #8164 --- lib/remote/apiuser.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apiuser.ti b/lib/remote/apiuser.ti index 85fc764f6..0b49a1dd3 100644 --- a/lib/remote/apiuser.ti +++ b/lib/remote/apiuser.ti @@ -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;