i must add it also doesn't print the newpassword in the email it sends.

If you have a working password_reset template, please share with the
community :)

2008/10/14 Alessandro <[EMAIL PROTECTED]>:
> I want to let users reset their password, so I've used the password_reset 
> view.
> I don't want to show my admin site to users, so I've overwritten the template
> (r'^accounts/password_reset[/]*$',
> 'django.contrib.auth.views.password_reset' ,{'template_name':
> 'account/password_reset_form.html'}),
>
> In that way I have two errors:
> 1) the template doesn't load the translation. but I've changed only
> the first line to {% extends "index.html" %} , to use my index
> template
> 2) Errors are not shown as it happens if I leave  {% extends
> "admin/base_site" %}
>
> Is there any easy way to solve it?
>
> --
> Alessandro Ronchi
> Skype: aronchi
> http://www.alessandroronchi.net
>
> Rispetta l'ambiente: se non ti è necessario, non stampare questa mail
>



-- 
Alessandro Ronchi
Skype: aronchi
http://www.alessandroronchi.net

SOASI Soc.Coop. - www.soasi.com
Sviluppo Software e Sistemi Open Source
Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
Tel.: +39 0543 798985 - Fax: +39 0543 579928

Rispetta l'ambiente: se non ti è necessario, non stampare questa mail

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to