Re: Custom Authentication System

2008-05-02 Thread Abdallah El Guindy
Thanks for the reply... I'll try that out and see if it works out... On May 2, 1:18 am, jonknee <[EMAIL PROTECTED]> wrote: > > Can anyone refer a nice tutorial or explain how to create custom > > user attributes and use the authentication/authorization app? > > It would be just like a regular use

Re: Custom Authentication System

2008-05-01 Thread jonknee
> Can anyone refer a nice tutorial or explain how to create custom > user attributes and use the authentication/authorization app? It would be just like a regular user registration form, only with more fields. In the view you would create the account using the data that belongs to Auth and after

Re: Custom Authentication System

2008-05-01 Thread jonknee
> Can anyone refer a nice tutorial or explain how to create custom > user attributes and use the authentication/authorization app? It would be just like a regular user registration form, only with more fields. In the controller you would create the account using the data that belongs to Auth and

Custom Authentication System

2008-05-01 Thread Abdallah El Guindy
Hey all, I am trying to create a login/profile system for my application... I have read the section in the django book explaining how to add profile (other attributes) to User object by using another model that refers to the User object... However, I cannot get a decent registration form... The p