Click here to Skip to main content
15,888,100 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have created users in DNN(DotnetNuke) with Clear password (0) format.Now i want to change the Password format for existing users to Encrypted format (2).Even i change PasswordFormat="Encrypted" in web.config, the password is in clear format. Now how can i proceed further?

Thanks
Posted
Updated 2-Oct-13 21:46pm
v4
Comments
Prasad Khandekar 3-Oct-13 4:16am    
Hello John,T

The membership provider will not automatically change the existing cleartext passwords to encrypted format. However all new user's password will get stored in encrypted form.

Regards,
I guess you have to manually loop through all the existing users and change the format from Clear Text to Encrypted. Can you do it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900