Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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'),
...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #django #email #PasswordResetView #template #path
ADD COMMENT
Topic
Name
1+9 =