Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Emil Christiansen 66 posts 148 karma points
    Aug 16, 2011 @ 12:36
    Emil Christiansen
    0

    Changing the Name and Login of a member through the standard .NET Membership API

    Hi!

    I'm trying to change the name and login of a member through the standard .NET Membership API. It is possible to change the email in the following way:

                        MembershipUser user = Membership.GetUser();
                        user.Email = email;
                        Membership.UpdateUser(user);

    Is it possible / how do i change the name and login of the same member?

    Thanks! 

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies