Disable openid login and signup

This is not a feature we're intending to support at the current
time.

Change-Id: Ie33c266c8ebcaeb471066b52ce37c56c04f93e5d
This commit is contained in:
Monty Taylor 2019-05-23 10:32:01 -05:00
parent 5fca87512e
commit 69f618d36c
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ ENABLED = false
ENABLE = false
[openid]
ENABLE_OPENID_SIGNIN = true
ENABLE_OPENID_SIGNUP = true
ENABLE_OPENID_SIGNIN = false
ENABLE_OPENID_SIGNUP = false
[markup.pandoc]
ENABLED = true