MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

any option to import a list of users ?  (Mono Support )

Viewed 46963 time(s), 24 post(s) 7/25/2013 6:58:50 PMby super
pajo

pajo

7/26/2013 2:23:42 PM
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.

This content has not been rated yet. 
629 Reputation 83 Total posts
super

super

7/26/2013 2:41:18 PM
I just posted an error message that I am getting after changing "clear" to "hashed", please see my last post.
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

7/26/2013 3:21:52 PM
anyone ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

7/29/2013 2:27:37 PM
Hello Super,

I replied to your new topic.

Regards,
Mario
This content has not been rated yet. 
2218 Reputation 300 Total posts
1 2 3