code: restrict registration to openid
This commit is contained in:
parent
acc04d5ec8
commit
19399c58e7
|
@ -37,11 +37,11 @@ data:
|
|||
server:
|
||||
ROOT_URL: "https://code.${domain}"
|
||||
LANDING_PAGE: login
|
||||
#openid:
|
||||
#ENABLE_OPENID_SIGNUP: true
|
||||
openid:
|
||||
ENABLE_OPENID_SIGNUP: true
|
||||
service:
|
||||
ENABLE_BASIC_AUTHENTICATION: false
|
||||
#DISABLE_REGISTRATION: true
|
||||
DISABLE_REGISTRATION: true
|
||||
log:
|
||||
LEVEL: "Trace"
|
||||
persistence:
|
||||
|
|
Loading…
Reference in New Issue