Sounds like you need 2 types of users, those that have registered and those
that haven't, and both have to be able to log in... Does this mean that you
have two sets of usernames and passwords? Can you bypass the first login
and simply send them to the reg form or do you have to check if the user is
registered on the first log in and then send them to reg form if so, or
direct them elsewhere if not...?


On 8 January 2013 07:06, Okorie Emmanuel <[email protected]> wrote:

> Am new to django and i want to develop an e-registration portal. User
> is require to login with details from a scratch card(pin and serial
> no) and is redirected to a registration page to create an account and
> thus can view account infor using another login form this time django
> user login(auth). My problem is how to authencate the first login form
> that wil redirect user to the registration page using the scratch card
> info(pin, serial no) because i intend storing the scratch card
> info(pin, serial no) in the database. Pls i need a clue on how to
> achieve this
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> 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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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