authelia/internal
James Elliott 9800421b88
[FEATURE] Disable Reset Password (#823)
* [FEATURE] Disable Reset Password
* add configuration key to authentication_backend called disable_reset_password
* disable_reset_password prevents the API handler for the functionality and the UI element
* disable_reset_password is a boolean
* adjust RememberMeEnabled to be RememberMe instead as it's just unnecessary
* add docs for security measures and in the authentication docs
* updated config.template.yml
* add flexEnd style to align reset password when remember me disabled
* add todo items for ldap user/password validation relating to this
2020-04-05 09:28:09 +10:00
..
authentication [FEATURE][BREAKING] Allow users to sign in with email. (#792) 2020-03-31 09:36:04 +11:00
authorization [BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684) 2020-03-06 11:31:09 +11:00
commands [FEATURE] Support Argon2id password hasing and improved entropy (#679) 2020-03-06 12:38:02 +11:00
configuration [FEATURE] Disable Reset Password (#823) 2020-04-05 09:28:09 +10:00
duo [MISC] Add Detailed DUO Push Logging (#664) 2020-03-01 11:51:11 +11:00
handlers [FEATURE] Disable Reset Password (#823) 2020-04-05 09:28:09 +10:00
logging [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00
middlewares [MISC] Fail with an error message when X-Forwarded-* headers are missing (#631) 2020-02-13 13:12:37 +11:00
mocks [FEATURE] Remember Me Configuration (#813) 2020-04-04 10:11:33 +11:00
models Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
notification [FEATURE] SMTPS support (#643) 2020-02-20 12:09:46 +11:00
regulation [FIX] Disable regulation when max_retries set to 0 (#584) 2020-01-27 22:54:24 +11:00
server [FEATURE] Disable Reset Password (#823) 2020-04-05 09:28:09 +10:00
session [FEATURE] Remember Me Configuration (#813) 2020-04-04 10:11:33 +11:00
storage [FEATURE] Support MySQL as a storage backend. (#678) 2020-03-05 10:25:52 +11:00
suites [FEATURE] Remember Me Configuration (#813) 2020-04-04 10:11:33 +11:00
templates Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
utils [FEATURE] Remember Me Configuration (#813) 2020-04-04 10:11:33 +11:00