OdeToCode / Memflex

Brainstorming membership ideas
MIT License
71 stars 21 forks source link

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

Open rickardliljeberg opened 10 years ago

rickardliljeberg commented 10 years ago

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 commented 10 years ago

Opps - will try to clean this up.

rickardliljeberg commented 9 years ago

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

OdeToCode commented 9 years ago

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

rickardliljeberg commented 9 years ago

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

OdeToCode/Memflex#39