AntonioChiancone / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

password not encrypted #252

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new user

What is the expected output? What do you see instead?
password is encrypted as what Membership.CreateUser does but the password is 
out there in the open.

What version of the product are you using? On what operating system?
2.8.2

Please provide any additional information below.

Original issue reported on code.google.com by kno...@gmail.com on 31 Jan 2013 at 7:47

GoogleCodeExporter commented 8 years ago
You can add the passwordFormat="Hashed" in the membership provider config and 
get the passwords hashed.

Original comment by omaralzabir@gmail.com on 23 Feb 2013 at 2:32