J
Jonathan Wood
Hi,
In my application, I'm storing the user's email address in the Membership
UserName field. So far, so good.
Now I need to support changing this. I can use Membership.GetUser() to get
the current user. And I can use Membership.UpdateUser() to save any changes.
But I can't modify the UserName field because it is read only.
Is there no way to change the user's UserName short of deleting the user
altogether and creating a new one?
Thanks!
In my application, I'm storing the user's email address in the Membership
UserName field. So far, so good.
Now I need to support changing this. I can use Membership.GetUser() to get
the current user. And I can use Membership.UpdateUser() to save any changes.
But I can't modify the UserName field because it is read only.
Is there no way to change the user's UserName short of deleting the user
altogether and creating a new one?
Thanks!