mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
maintain (plg_authenticate_admin): cleanup
This commit is contained in:
parent
1e562aa8e8
commit
650abf55ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue