Skip to content
Snippets Groups Projects
Commit 19399c58 authored by xeruf's avatar xeruf
Browse files

code: restrict registration to openid

parent acc04d5e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment