authelia/internal
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
..
authentication fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
authorization feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
commands refactor: misc password policy refactoring (#3102) 2022-04-03 10:48:26 +10:00
configuration feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
duo refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
handlers fix(server): respond with 404/405 appropriately (#3087) 2022-04-04 09:58:01 +10:00
logging feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
middlewares feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
mocks refactor(authentication): simplify ldap connection interface (#3026) 2022-03-17 15:02:54 +11:00
model feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
notification refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
ntp refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
oidc feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
regulation refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
server feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
session feat(notification): password reset notification custom templates (#2828) 2022-04-03 22:24:51 +10:00
storage fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
suites fix(server): respond with 404/405 appropriately (#3087) 2022-04-04 09:58:01 +10:00
templates feat(notification): password reset notification custom templates (#2828) 2022-04-03 22:24:51 +10:00
totp refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
utils feat(authentication): password policy (#2723) 2022-04-03 08:32:57 +10:00