HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

Account merging deletes critical user information #252

Closed petschekr closed 5 years ago

petschekr commented 5 years ago

The account merging code is faulty in this section: https://github.com/HackGT/registration/blob/master/server/routes/strategies.ts#L162

Needs to actually merge accounts. Currently it only keeps auth information around and will delete other user attributes. (Might also have to keep the old uuid around in case a badge was already written with it but needs further investigation.)