authelia/internal/server
James Elliott a2eb0316c8
feat(web): password reset custom url (#3111)
This allows providing a custom URL for password resets. If provided the disable_reset_password option is ignored, the password reset API is disabled, and the button provided in the UI to reset the password redirects users to the configured endpoint.

Closes #1934, Closes #2854

Co-authored-by: you1996 <youssri@flyweight.tech>
2022-04-04 17:46:55 +10:00
..
locales feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
asset.go feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
const.go feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
error_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handler_notfound.go fix(server): respond with 404/405 appropriately (#3087) 2022-04-04 09:58:01 +10:00
options_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server.go feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
template.go feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00