What is the correct way of getting a membership provider where user id = email?
- by Dmitri Nesteruk
I want to implement membership where email is used as the user id. Is there a ready-made provider for this, or do I have to write my own one? Or should I just make do with the 'default' one?