maintain (plg_authenticate_admin): cleanup

This commit is contained in:
Mickael Kerjean 2023-04-25 11:03:32 +10:00
parent 1e562aa8e8
commit 650abf55ba

View file

@ -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
`,