Skip to content
New issue

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

UpdateAccount in FlexMembershipProvider can create multiple users with same username #38

Open
rickardliljeberg opened this issue May 10, 2014 · 4 comments
Labels

Comments

@rickardliljeberg
Copy link
Contributor

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.

@OdeToCode OdeToCode added the bug label May 13, 2014
@OdeToCode
Copy link
Owner

Opps - will try to clean this up.

@rickardliljeberg
Copy link
Contributor Author

Do you think we can move forward here, would you prefer if I did it and made a pull request?

@OdeToCode
Copy link
Owner

Yes, sorry. I forgot about this, I probably won't be able to get to it for a week...

@rickardliljeberg
Copy link
Contributor Author

I created a pull request that solves this, only tested with EF

#39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants