kartoza / miniSASS

miniSASS website for GroundTruth
http://kartoza.github.io/miniSASS/
GNU General Public License v3.0
2 stars 8 forks source link

merge duplicate emails #1023

Open tinashechiraya opened 1 month ago

tinashechiraya commented 1 month ago

Problem multiple duplicate exists in the database causing errors when logging in or resetting passwords etc since the email field is treated as unique

Solution It’s better to merge the users first, and then, when they try to log in, they can reset their passwords. You need to create a script to merge multiple objects into a single instance and reassign all related objects (both foreign key and many-to-many) to the new instance

Task