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
However, we have received reports from two separate admins that their temporary password did not work.
They reported that:
I keep getting an “invalid or expired code” error. I have tried signing in about a dozen times and still cannot.
One of the users might have tried after 7 days, but the second one tried within 2 days (Monday, March 18, 2024 6:11 PM -> Wednesday, March 20, 2024 at 7:10 AM) and it did not work. We should:
double-check if IT is overriding TemporaryPasswordValidityDays
on staging, create a new user and try logging in after different lengths of time
ask for better access to logs so that we can debug such errors instead of just band-aiding them by deleting and re-creating accounts.
The text was updated successfully, but these errors were encountered:
After e-mission/nrel-openpath-deploy-configs#45 was merged, we can how run a simple script to add and remove users to the authentication pool, and to have AWS cognito automatically send an email to them with a temporary password. The default
TemporaryPasswordValidityDays
is 7https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_PasswordPolicyType.html
However, we have received reports from two separate admins that their temporary password did not work.
They reported that:
One of the users might have tried after 7 days, but the second one tried within 2 days (Monday, March 18, 2024 6:11 PM -> Wednesday, March 20, 2024 at 7:10 AM) and it did not work. We should:
TemporaryPasswordValidityDays
The text was updated successfully, but these errors were encountered: