mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 06:04:16 +08:00
Initial work on ldap support, #1450
This commit is contained in:
@ -19,7 +19,7 @@ func Register(r *macaron.Macaron) {
|
||||
// not logged in views
|
||||
r.Get("/", reqSignedIn, Index)
|
||||
r.Get("/logout", Logout)
|
||||
r.Post("/login", bind(dtos.LoginCommand{}), LoginPost)
|
||||
r.Post("/login", bind(dtos.LoginCommand{}), wrap(LoginPost))
|
||||
r.Get("/login/:name", OAuthLogin)
|
||||
r.Get("/login", LoginView)
|
||||
|
||||
|
Reference in New Issue
Block a user