We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5993c7 + d77cdfd commit 349b32eCopy full SHA for 349b32e
src/apps/profiles/views.py
@@ -370,7 +370,7 @@ class CustomPasswordResetView(auth_views.PasswordResetView):
370
# subject_template_name = '' # Defaults to registration/password_reset_subject.txt if not supplied.
371
# token_generator = '' # This will default to default_token_generator, it’s an instance of django.contrib.auth.tokens.PasswordResetTokenGenerator.
372
success_url = django.urls.reverse_lazy("accounts:password_reset_done")
373
- from_email = "info@codalab.org"
+ from_email = settings.SERVER_EMAIL
374
375
376
class CustomPasswordResetConfirmView(auth_views.PasswordResetConfirmView):
0 commit comments