mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Change default of user registrations to True since it is a common problem with new users.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user