Mono Support any option to import a list of users ? 

Viewed 50651 time(s), 24 post(s), 7/25/2013 6:58:50 PM - by super
7/26/2013 2:23:42 PM
629 Reputation 83 Total posts

Yes you need to set passwordFormat="Hashed" in order to use hashed password by default. 

I checked code and I don't believe you can transfer passwords because hash result encoding is completely different and based on

return BitConverter.ToString(hashByteArray).Replace("-", "")
replace part in this code probably irreversible, unless dashes are deterministic. The only other way to use these passwords is to write your own provider and handle manually all users with legacy password format.

21
7/26/2013 2:41:18 PM
6018 Reputation 709 Total posts

I just posted an error message that I am getting after changing "clear" to "hashed", please see my last post.

22
7/26/2013 3:21:52 PM
6018 Reputation 709 Total posts

anyone ?

23
7/29/2013 2:27:37 PM
2218 Reputation 300 Total posts

Hello Super,

I replied to your new topic.

Regards,
Mario

24
1 2 3
This is a demo site for MonoX. Please visit Mono Software for more info.