Answers for "django email PasswordResetView template path"

0

django email PasswordResetView template path

...
path('accounts/', include('django.contrib.auth.urls')),
path('accounts/password-reset/', auth_views.PasswordResetView.as_view(html_email_template_name='registration/password_reset_email.html'), name='password_reset'),
...
Posted by: Guest on March-24-2022

Python Answers by Framework

Browse Popular Code Answers by Language