From 650abf55bad74de532e4e49a8a84124f4a981f45 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Tue, 25 Apr 2023 11:03:32 +1000 Subject: [PATCH] maintain (plg_authenticate_admin): cleanup --- server/plugin/plg_authenticate_admin/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugin/plg_authenticate_admin/index.go b/server/plugin/plg_authenticate_admin/index.go index 6b01a33e..b1d36b68 100644 --- a/server/plugin/plg_authenticate_admin/index.go +++ b/server/plugin/plg_authenticate_admin/index.go @@ -25,7 +25,7 @@ func (this Admin) Setup() Form { Name: "password", Type: "text", ReadOnly: true, - Value: Config.Get("auth.admin").String(), + Value: "__YOUR_ADMIN_PASSWORD__", Description: `This plugin will redirect the user to a page asking for a password. Only the admin password will be considered valid. This plugin exposes {{ .user }} (which is 'admin') and {{ .password }} for the attribute mapping section `,