Documentation ¶ Index ¶ type Handler func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) type UserStore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { Store UserStore Doer db.Doer LN *common.LeftNav Global *common.Global } func (*Handler) ServeHTTP ¶ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) Changes user's password. This page must do nothing but change user's password. Caution: This page gets full access to user data store regardless of logged in user's permissions. type UserStore ¶ type UserStore interface { findb.UserByIdRunner findb.UpdateUserRunner } Source Files ¶ View all Source files chpasswd.go Click to show internal directories. Click to hide internal directories.