mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00
Login: allow basic users to reset password when LDAP or Auth Proxy is enabled (#52331)
This commit is contained in:

committed by
GitHub

parent
62b4dbf52f
commit
2dab7ad890
@ -10,7 +10,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
AuthModuleLDAP = "ldap"
|
||||
AuthModuleLDAP = "ldap"
|
||||
AuthModuleProxy = "authproxy"
|
||||
)
|
||||
|
||||
type UserAuth struct {
|
||||
|
Reference in New Issue
Block a user