Posted on: 10/16/2014 7:30:06 PM | Views : 700

I didn't see an ID2.0 board and my project is MVC so I thought I'd toss this question in here and see what happens.
My project integrates a lot of the user/roles stuff from the Identity 2.0 Samples app.  I've modified this and that and am really happy at where it is thus far.  I wanted to test my project out online with a few hundred users instead of my handful of test accounts. 
I tried to import my users' info (non-Identity) into the ASPNETUSERS table.  I had to tweak a few settings but they all imported.  The password hash field that was imported seems to be a problem as no login will work except for the handful that I manually created through the app for my testing...none of the imported ones will log in (I guess because they aren't hashed?).
Any ideas on what I could do to get my old passwords to work or how I can convert the old ones to an acceptable ID2.0 password(s)?  I dread the though of having to manually input 5 ...

Go to the complete details ...