You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user was created with the original migration and has not been updated since. Can we either delete this user, or change their uid to remove the @gmail.com?
If the user has not accessed the application recently delete them, and update the email if they have been active.
The text was updated successfully, but these errors were encountered:
Expected behavior
All users in production have valid UIDs which can be used to generate emails.
Actual behavior
There is one user in production whose UID includes
@gmail.com
, which creates an error when we try to generate emails.Steps to replicate
ssh deploy@lockers-and-study-spaces-prod2
cd /opt/lockers_and_study_spaces/current
bundle exec rails c
u = User.find(603)
u.uid
and notice that it includes@gmail.com
Impact of this bug
Every time we try to send an email to all users we get an error and have to revisit this.
Honeybadger link and code snippet, if applicable
Honeybadger link
Implementation notes, if any
@gmail.com
?The text was updated successfully, but these errors were encountered: