RE: problem with extending django registration form

2013-05-31 Thread Babatunde Akinyanmi
anuel Sent: 5/31/2013 4:26 PM To: django-users@googlegroups.com Cc: Okorie Emmanuel Subject: Re: problem with extending django registration form On Thursday, May 30, 2013 2:08:46 PM UTC+1, Tundebabzy wrote: > > Hi, > Have you been able to sort out this issue? > Why don't you

Re: problem with extending django registration form

2013-05-31 Thread Okorie Emmanuel
On Thursday, May 30, 2013 2:08:46 PM UTC+1, Tundebabzy wrote: > > Hi, > Have you been able to sort out this issue? > Why don't you create your own backend and shoe horn it into > django-registration. You'll need to implement register, activate, > registration_allowed, get_form_class, post_reg

RE: problem with extending django registration form

2013-05-30 Thread Babatunde Akinyanmi
Hi, Have you been able to sort out this issue? Why don't you create your own backend and shoe horn it into django-registration. You'll need to implement register, activate, registration_allowed, get_form_class, post_registration_redirect and post_activation_redirect methods (as needed) though. Sen