sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

Migrate broken guest users #1109

Closed myieye closed 1 month ago

myieye commented 1 month ago

We should check if there are any guest users who have verified their email addresses and fix them manually (directly in the DB maybe 🙁).

rmunn commented 1 month ago

The DB update logic we need is: for anyone who has non-null CreatedBy and also has a validated email address, set the CreatedBy to null.

hahn-kev commented 1 month ago

Alright it looks like there's only one user, Tim fixed that user so I'm closing this