feat(config): changed name of allow_user_login_pass to disable_login_form, changed the section of the config option to [auth], impacts merged PR #5423

This commit is contained in:
Torkel Ödegaard
2016-09-28 15:27:08 +02:00
parent 3e657357e5
commit 2750c8a801
7 changed files with 25 additions and 9 deletions
@@ -238,6 +238,14 @@ options are `Admin` and `Editor` and `Read-Only Editor`.
<hr>
## [auth]
### disable_login_form
Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false.
<hr>
## [auth.anonymous]
### enabled