User217368874 posted
One way to do this is:
- create a new user
- open the database
- obtain the userId of the new and old user (in the table aspnet_users you can find this information)
- in the table aspnet_MemberShip, copy the fields "password" and "passwordSalt" of the new user to the old user using the users ids.
Chin