Author: p.a | Posted on: 5/30/2009 5:01:47 PM | Views : 1084

Hello,
In my application each contact has a user name and a password. I was about to let the users change them.
I started writing the SQL queries in the code behind. Then I realise I could better use the Membership class to do this.
So for the password I can change it easily : MembershipUser.ChangePassword
But what about the user names ? I only think of a query in the aspnet_users table.
So my question is can I change the user names with one of the Membership classes ?
If not is it recommended or should I avoid modifying the user names ?
p.a

...

Go to the complete details ...