{{template "base/head" .}}
{{template "admin/navbar" .}}
{{template "base/alert" .}}

Edit Authentication Setting 🖊

{{.CSRFTokenHTML}}
{{.Source.TypeName}}
{{if or .Source.IsLDAP .Source.IsDLDAP}} {{ $cfg:=.Source.LDAP }}
{{if .Source.IsLDAP}}

You can use '%s' as placeholder for username, e.g. DOM\%s

Warning: This password is stored in plain text. Do not use a high privileged account.

{{end}} {{if .Source.IsDLDAP}}
{{end}}
{{if .Source.IsLDAP}}
{{end}} {{end}} {{if .Source.IsSMTP}} {{ $cfg:=.Source.SMTP }}

Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.

{{end}} {{if .Source.IsPAM}} {{ $cfg:=.Source.PAM }}
{{end}} {{if .Source.IsGitHub}} {{ $cfg:=.Source.GitHub }}
{{end}}
{{if not .Source.LocalFile}}
Delete This Authentication
{{end}}
{{template "base/footer" .}}