Expose tokenserver's allow_new_users setting at top-level server config.
This commit is contained in:
@@ -22,3 +22,7 @@ public_url = http://localhost:5000/
|
||||
#
|
||||
# If not specified then the server will generate a temporary one at startup.
|
||||
#secret = INSERT_SECRET_KEY_HERE
|
||||
|
||||
# Set this to "false" to disable new-user signups on the server.
|
||||
# Only request by existing accounts will be honoured.
|
||||
# allow_new_users = false
|
||||
|
||||
Reference in New Issue
Block a user