|
Dear experts:
Due to the needs of the program, I added a "category" field to the aspnet_User table. This field has only two values: Party A and Party B. Therefore, users need to write three items when they register: username, password and category. Registration is considered successful if all three items match a record in the table. At this time, can I still use the Login control directly? If not, what should I do? In addition, when using the CreateUser control, I also need to add other fields to it to ask the user to write. What should I do? Please advise, thank you! |
|