diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 32791ed162..07c3a1d21c 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -203,7 +203,8 @@ IMPORT_LOCAL_PATHS = false ; Whether to allow signin in via OpenID ENABLE_OPENID_SIGNIN = true ; Whether to allow registering via OpenID -ENABLE_OPENID_SIGNUP = true +; Do not include to rely on DISABLE_REGISTRATION setting +;ENABLE_OPENID_SIGNUP = true ; Allowed URI patterns (POSIX regexp). ; Space separated. ; Only these would be allowed if non-blank. |