Re: Reverse match Exception on password_reset_confirm

2009-01-23 Thread Malcolm Tredinnick
On Fri, 2009-01-23 at 22:44 +0200, Oleg Oltar wrote: > Hi! > > > I am trying to add password reset function to my application. > But when I am trying to process the email with confirmation link: > > > code: > # Password resend group > >

Reverse match Exception on password_reset_confirm

2009-01-23 Thread Oleg Oltar
Hi! I am trying to add password reset function to my application. But when I am trying to process the email with confirmation link: code: # Password resend group (r'^reset/(?P[0-9A-Za-z]+)-(?P.+)/$', 'django.contrib.auth.views.p