http: POST /api/account/password — self-service password change
This commit is contained in:
@@ -157,6 +157,7 @@ func (s *Server) routes(r chi.Router) {
|
||||
r.Get("/api/hosts/{id}/repo-maintenance", s.handleGetRepoMaintenance)
|
||||
r.Get("/api/alerts", s.handleAPIAlerts)
|
||||
r.Get("/api/audit", s.handleAPIAudit)
|
||||
r.Post("/api/account/password", s.handleAPIAccountPassword)
|
||||
|
||||
// Job log stream + download (read-only; any authenticated user).
|
||||
if s.deps.JobHub != nil {
|
||||
|
||||
Reference in New Issue
Block a user