1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/server
James Elliott a2eb0316c8
feat(web): password reset custom url ()
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 , Closes 

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