We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlexMembershipProvider.UpdateAccount does not check if the username will collide before happily changing it.
Making it possible to make two users have the same username, which then makes the system grind to a halt.
The text was updated successfully, but these errors were encountered:
Opps - will try to clean this up.
Sorry, something went wrong.
Do you think we can move forward here, would you prefer if I did it and made a pull request?
Yes, sorry. I forgot about this, I probably won't be able to get to it for a week...
I created a pull request that solves this, only tested with EF
#39
No branches or pull requests
FlexMembershipProvider.UpdateAccount does not check if the username will collide before happily changing it.
Making it possible to make two users have the same username, which then makes the system grind to a halt.
The text was updated successfully, but these errors were encountered: