Skip to content

Commit

Permalink
Make email verification optional (fixes #30)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed May 28, 2020
1 parent c61d23c commit d164306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TEMPLATE.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d164306

Please sign in to comment.