|
-
Oct 18th, 2008, 05:26 PM
#1
Thread Starter
Fanatic Member
How to write this query..
Okay, I need to update my users db in an asp.net site I made. Basically I am using a "little" modified version of the default SQLMembershipprovider.
The tables(relative to this question) look as follows:
aspnet_users
userid,
username,
lowered_username
aspnet_membership
userid,
password,
email
What I want to do
For each userid, I need their default username (and lowered_username) in aspnet_users with the email from aspnet_membership.
I want the user to be logging in with their email instead of username.
I don't really have the option to make a custom membership provider.
Thanks!
Last edited by masfenix; Oct 18th, 2008 at 05:32 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|