Opened 13 years ago
Last modified 13 years ago
#18047 closed Bug
Reset password mail subject not internacionalizing as it should — at Version 2
Reported by: | 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 (last modified by )
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 (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Component: | Uncategorized → Internationalization |
---|---|
Description: | modified (diff) |
Type: | Uncategorized → Bug |
I was not able to reproduce your problem. Can you tell us the exact subject text that is produced? Can you check if your project does not provide its own /registration/password_reset_subject.txt
Note:
See TracTickets
for help on using tickets.
I forgot to say, I am using settings:
USE_I18N = True
And language: 'pt-br'