authelia/docs
Clément Michaud 7a3e782dc0
[FEATURE][BREAKING] Allow users to sign in with email. (#792)
* [FEATURE][BREAKING] Allow users to sign in with email.

The users_filter purpose evolved with the introduction of username_attribute
but is reverted here to allow the most flexibility. users_filter is now the
actual filter used for searching the user and not a sub-filter based on the
username_attribute anymore.

* {input} placeholder has been introduced to later deprecate {0} which has been
kept for backward compatibility.
* {username_attribute} and {mail_attribute} are new placeholders used to back
reference other configuration options.

Fix #735

* [MISC] Introduce new placeholders for groups_filter too.

* [MISC] Update BREAKING.md to mention the change regarding users_filter.

* [MISC] Fix unit and integration tests.

* Log an error message in console when U2F is not supported.

* Apply suggestions from code review

* Update BREAKING.md

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2020-03-31 09:36:04 +11:00
..
_sass [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
community [DOCS] Update two-factor-basic-auth.md (#680) 2020-03-03 18:37:18 +11:00
configuration [FEATURE][BREAKING] Allow users to sign in with email. (#792) 2020-03-31 09:36:04 +11:00
contributing [Docker] Include docker-compose.yml examples to run Authelia (#642) 2020-03-27 10:43:10 +11:00
deployment [Docker] Include docker-compose.yml examples to run Authelia (#642) 2020-03-27 10:43:10 +11:00
features [DOCS] Review all docs and adjust since the initial refactoring (#698) 2020-03-10 09:37:46 +11:00
home [DOCS] Review all docs and adjust since the initial refactoring (#698) 2020-03-10 09:37:46 +11:00
images [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
security [DOCS] Review all docs and adjust since the initial refactoring (#698) 2020-03-10 09:37:46 +11:00
.gitignore [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
Gemfile [BUGFIX] Add jekyll dependency in Gemfile. (#660) 2020-02-29 16:15:03 +11:00
Gemfile.lock [BUGFIX] Add jekyll dependency in Gemfile. (#660) 2020-02-29 16:15:03 +11:00
_config.yml [BUGFIX] Prevent clobbering of CNAME for docs (#661) 2020-02-29 17:20:07 +11:00
favicon.ico [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
getting-started.md [DOCS] Minor tweaks for compose bundles (#786) 2020-03-27 11:51:16 +11:00
index.md [DOCS] Fix Docs Links (#674) 2020-03-01 16:58:26 +11:00