Change default of user registrations to True since it is a common problem with new users.

This commit is contained in:
Isaac Bythewood
2017-02-11 05:41:24 +00:00
parent a55644ba76
commit 813ab93c11

View File

@@ -122,7 +122,7 @@ STATIC_URL = '/static/'
MEDIA_URL = '/static/media/'
# Set to False to disable people from creating new accounts.
ALLOW_NEW_REGISTRATIONS = False
ALLOW_NEW_REGISTRATIONS = True
# Set to False to force users to login before seeing any pins.
PUBLIC = True