Adding another field to the create user admin tool
Hi,
I was wondering whether it was possible to add another field in the asp.net web site administration tool.
I want people to enter their mobile number, i changed the database to not accept nulls for that but the form does not change on the administration tool when i go to create a user.
Also i want to allow users to register themselves on the website instead of me adding them, would i just have to send the details they add to the asp.net_user table except that their are other tables connected to it, is there an easier way to do it as i'm sure most sites allow people to register themselves.
|