Skip to content

Commit

Permalink
Rename email verification callback option
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 19, 2023
1 parent 6f985bb commit 0e4d913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/settings_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def email_verified_callback(user):
user.userprofile.save()


EMAIL_VERIFIED_CALLBACK = email_verified_callback
EMAIL_MAIL_CALLBACK = email_verified_callback
EMAIL_FROM_ADDRESS = WGER_SETTINGS['EMAIL_FROM']
EMAIL_MAIL_SUBJECT = 'Confirm your email'
EMAIL_MAIL_HTML = 'email_verification/email_body_html.tpl'
Expand All @@ -561,7 +561,7 @@ def email_verified_callback(user):
EMAIL_PAGE_DOMAIN = 'http://localhost:8000/'

#
# Django activity stream
# Django-activity stream
#
ACTSTREAM_SETTINGS = {
'USE_JSONFIELD': True,
Expand Down

0 comments on commit 0e4d913

Please sign in to comment.