Hello,
I have recently altered my program so that when a user registers their details on the site, their email and password will be saved to the membership tables. I done this without the built in login controls but I am having an issue where the email is saved
under the UserName column in the Users table instead of the Email column in the Memberships table. I would like them both in the same table so that it would be easier to query the data.
Has anyone got any suggestions of how this could be resolved?
Go to the complete details ...