Multiple user registeration with different fields and authentication

2020-03-13 Thread Kuldeep Sharma
Hi all, New to django, Can someone please tell me how to let multiple user register to my app with different field and authentication. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: User registeration

2012-06-08 Thread kooliah
On 06/08/2012 01:06 PM, AJAYI THEOPHILUS wrote: No the user has not been added the site has just been uploaded and new user has been added i am testing trying to see how the registeration page works one user registers successfully but subsequent user i try to register return the exception Inte

Re: User registeration

2012-06-08 Thread AJAYI THEOPHILUS
On Jun 8, 3:51 am, kenneth gonsalves wrote: > On Fri, 2012-06-08 at 00:05 -0700, AJAYI THEOPHILUS wrote: > > i have just uploaded a django sitehttp://www.kuuzar.combut when > > users  register it returns with the error IntegrityError at /accounts/ > > register/ > > > duplicate key value violates

Re: User registeration

2012-06-08 Thread kenneth gonsalves
On Fri, 2012-06-08 at 00:05 -0700, AJAYI THEOPHILUS wrote: > i have just uploaded a django site http://www.kuuzar.com but when > users register it returns with the error IntegrityError at /accounts/ > register/ > > duplicate key value violates unique constraint > "auth_user_username_key" > DETAIL

User registeration

2012-06-08 Thread AJAYI THEOPHILUS
i have just uploaded a django site http://www.kuuzar.com but when users register it returns with the error IntegrityError at /accounts/ register/ duplicate key value violates unique constraint "auth_user_username_key" DETAIL: Key (username)=() already exists. -- You received this message becau