Add admin password change flow (closes #65)
All checks were successful
check / check (push) Successful in 5s
All checks were successful
check / check (push) Successful in 5s
This commit is contained in:
@@ -110,6 +110,7 @@ func (s *Server) setupUserRoutes() {
|
||||
r.Use(s.mw.NoCache())
|
||||
r.Use(s.mw.RequireAuth())
|
||||
r.Get("/", s.h.HandleProfile())
|
||||
r.Post("/password", s.h.HandlePasswordChange())
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user