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 51820 time(s), 24 post(s) 25.07.2013 18:58:50by super
pajo

pajo

26.07.2013 14:23:42
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.

Dieser Inhalt wurde noch nicht bewertet. 
629 Reputation 83 Total posts
super

super

26.07.2013 14:41:18
I just posted an error message that I am getting after changing "clear" to "hashed", please see my last post.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

26.07.2013 15:21:52
anyone ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
mzilic

mzilic

29.07.2013 14:27:37
Hello Super,

I replied to your new topic.

Regards,
Mario
Dieser Inhalt wurde noch nicht bewertet. 
2218 Reputation 300 Total posts
1 2 3