mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:22:51 +08:00
Added change password feature, Closes #1455
This commit is contained in:
@ -50,6 +50,7 @@ func Register(r *macaron.Macaron) {
|
||||
r.Get("/accounts", GetUserAccounts)
|
||||
r.Post("/stars/dashboard/:id", StarDashboard)
|
||||
r.Delete("/stars/dashboard/:id", UnstarDashboard)
|
||||
r.Put("/password", bind(m.ChangeUserPasswordCommand{}), ChangeUserPassword)
|
||||
})
|
||||
|
||||
// account
|
||||
|
Reference in New Issue
Block a user