How to get the userID from a custom ASP.Net Membership Provider w/ non-unique usernames?
- by Aplato
I've created a custom asp.net membership provider that authenticates against a legacy database. The problem I'm running into to is how to handle users that have same username.
I've repeatedly tried convincing my boss that a username should be unique but this has been to no avail.