Changes between Initial Version and Version 2 of Ticket #18047


Ignore:
Timestamp:
Apr 1, 2012, 1:01:59 PM (12 years ago)
Author:
Claude Paroz
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18047

    • Property Component UncategorizedInternationalization
    • Property Type UncategorizedBug
  • Ticket #18047 – Description

    initial v2  
    11When I call for:
     2{{{
    23        url(r'^login/forgot/$', 'django.contrib.auth.views.password_reset', name='auth_forgot'),
    34        url(r'^login/forgot/done/$', 'django.contrib.auth.views.password_reset_done'),
    4 
     5}}}
    56Using default template and the generic views with no parameters.
    67
Back to Top