Opened 12 years ago

Last modified 12 years ago

#18047 closed Bug

Reset password mail subject not internacionalizing as it should — at Initial Version

Reported by: thiagocavila@… Owned by: nobody
Component: Internationalization Version: 1.4
Severity: Normal Keywords: django.contrib.auth.views
Cc: Triage Stage: Fixed on a branch
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

When I call for:

url(r'login/forgot/$', 'django.contrib.auth.views.password_reset', name='auth_forgot'),
url(r'
login/forgot/done/$', 'django.contrib.auth.views.password_reset_done'),

Using default template and the generic views with no parameters.

It sends me and email with the body translated and the subject always in English.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top