select count(*) from accounts where passports is null and password_hash is null and (deleted is null or not deleted);
My guess is that this might happen when a user is setting up an account via single sign on, and the process fails (e.g., due to server load, network issues, etc.).
This is high priority to fix because it leads to situations where students (say) have multiple accounts, and the wrong one is added to a course.
Database query that lists them:
My guess is that this might happen when a user is setting up an account via single sign on, and the process fails (e.g., due to server load, network issues, etc.).
This is high priority to fix because it leads to situations where students (say) have multiple accounts, and the wrong one is added to a course.