Django Registration Customization Problem

2014-03-24 Thread Abbas Sheikh
Hello All, I want the following registration workflow in my app. 1. User enters his email and is automatically logged-in to the app. The user can play with the app, and it would logout the user after 30 minutes. 2. Meanwhile an activation email goes out to user's email that would

Re: django-registration customization

2012-12-14 Thread sri
Hi Karen, Thanks very much for your help. It's working now after i used the registrationfrom in the template. Thanks On Friday, 14 December 2012 02:34:24 UTC, Karen Tracey wrote: > > On Wed, Dec 12, 2012 at 3:36 PM, sri >wrote: > >> Now, when i click on the register button on the page, the for

Re: django-registration customization

2012-12-13 Thread Karen Tracey
On Wed, Dec 12, 2012 at 3:36 PM, sri wrote: > Now, when i click on the register button on the page, the form validation > does not work. > Let's say if i enter the username that already exists on the database, it > is not reporting any errors. It is just displaying the form without any > error me

django-registration customization

2012-12-12 Thread sri
Hi, I am using django-registration (http://pypi.python.org/pypi/django-registration) app for my project and i have added an extra page which shows both login and registration forms together. But on this new page, the validation for registration form does not work. It works if i display the pa