HI
i have registration and Authentication implemented using Asp.Net identity Model.
How can i bulk insert users from SQL with their DOB as password ? How should i encrypt the password hash in Users Table that is being encrypted by Asp.Net identity model.
Thanks and Regards,
Vinay