client requirements not mine, but on 2nd tots I dont know why the registration form for ordinary users and administrations with elevated user rights have to be the same. Am I barking up the wrong tree? or do I have to look at something like auth_membership/groups to solve this?
On Wednesday, September 12, 2012 5:32:59 AM UTC+1, pbreit wrote: > > I hope these are client requirements because they sound like terrible > ideas. > > On Tuesday, September 11, 2012 12:58:23 PM UTC-7, Pystar wrote: >> >> In the application I am developing, I would like to know if I can have 2 >> auth tables in it? The reason is that I would like to have ordinary users >> that would use the auth_user table with some >> extra fields added and then an admin table with some unique fields. How >> do I go about implementing something like this? Also I would like to >> autogenerate a username and password for users whenever they try to >> register for my app. How do I do this too? >> I need help on this like yesterday. Thanks >> > --