Results 1 to 4 of 4

Thread: How to write this query..

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width