-
Notifications
You must be signed in to change notification settings - Fork 34
Description
In the Sep 9 preview event, one of our users wasn't able to get the "password recovery" emails sometimes needed to sign in to an existing account. As reported in Discord:
Discussion
Analysis
I (apj) think this is a Firebase issue. Those password-recovery emails are sent out from Firebase, and I believe triggered by the firebase-reactui widget, not any of our custom code. I didn't see any custom code around this that seems related.
Seems specific to B.C.'s account. I have gone successfully through that same "recover the password" workflow with some of my own accounts in both the prod MUD and my test instance of it; never had a problem with the email not showing up.
Work
I'll have a look at this. Might be fixable just with some ops work triggering a password recovery or reset in the Firebase admin console. Worst case might be fixable with just deleting the account (in Firebase) and having them re-create it. I should be able to access the Firebase console using our shared logins.