From 17093eba2222bf54fcea9ac58b8391301e073e82 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Mon, 20 Nov 2023 15:29:12 +0100 Subject: [PATCH] confd: disable admin login in failure config Signed-off-by: Richard Alpe --- src/confd/share/failure.d/10-authentication.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/confd/share/failure.d/10-authentication.json b/src/confd/share/failure.d/10-authentication.json index 60935073..aeff1dea 100644 --- a/src/confd/share/failure.d/10-authentication.json +++ b/src/confd/share/failure.d/10-authentication.json @@ -4,7 +4,6 @@ "user": [ { "name": "admin", - "password": "$6$bKPp6xu45L1cmp70$fcwDhGZct4q8LxwPASf9iVHyWqnklcdjeYi/SupLo1K9nb.aAQUz48.3qTcW38XL6gQzfHyGoyeDG2orjPUwm1", "infix-system:shell": "infix-shell-type:bash" } ]