Make email verification optional (fixes #30)

This commit is contained in:
R. Miles McCain 2020-05-28 22:01:22 +00:00
parent c61d23caf1
commit d164306f8b
No known key found for this signature in database
GPG Key ID: F1053629E2905557

View File

@ -24,6 +24,10 @@ ALLOWED_HOSTS=*
# Set to True (capitalized) if you want people to be able to sign up for your Shynet instance (not recommended)
SIGNUPS_ENABLED=False
# Should user email addresses be verified? Only set this to `required` if you've setup the email settings and allow
# public sign-ups; otherwise, it's unnecessary.
ACCOUNT_EMAIL_VERIFICATION=none
# The timezone of the admin panel. Affects how dates are displayed.
TIME_ZONE=America/New_York