From b20bf52a84bf13a89edc37f6702f8441e0e0fe01 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 8 Apr 2023 11:51:02 +0200 Subject: [PATCH] Secure all created user accounts - change the config for users Issue-ID: OAM-328 Change-Id: I1b044bebe2cd20aa49a482b978aa687e0f32ee44 Signed-off-by: Martin Skorupski --- solution/smo/common/identity/authentication.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/solution/smo/common/identity/authentication.json b/solution/smo/common/identity/authentication.json index f16de97..2f91979 100644 --- a/solution/smo/common/identity/authentication.json +++ b/solution/smo/common/identity/authentication.json @@ -10,8 +10,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -24,8 +27,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -38,8 +44,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -52,8 +61,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { -- 2.16.6