Expose tokenserver's allow_new_users setting at top-level server config.

This commit is contained in:
Ryan Kelly
2014-05-02 12:39:46 +10:00
parent 891e30c89c
commit 0ee5588101
3 changed files with 9 additions and 1 deletions

View File

@@ -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