authelia/internal/session
Manuel Nuñez bfd5d66ed8
feat(notification): password reset notification custom templates (#2828)
Implemented a system to allow overriding email templates, including the remote IP, and sending email notifications when the password was reset successfully.

Closes #2755, Closes #2756

Co-authored-by: Manuel Nuñez <@mind-ar>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-03 22:24:51 +10:00
..
mocks refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
const.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
encrypting_serializer.go refactor(session): remove unencrypted session fallback (#2314) 2021-08-26 21:48:14 +10:00
encrypting_serializer_test.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
provider.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
provider_config.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
provider_config_test.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
provider_test.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
types.go feat(notification): password reset notification custom templates (#2828) 2022-04-03 22:24:51 +10:00
user_session.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00