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
Hey guys. Thanks for the script. I noticed that only a portion of my users transferred and the logs were showing "code": "invalid_enum_value". I added "awscognito" to the passwordHasher list and it was able to take in all of my awscognito passwordDigests
Hey guys. Thanks for the script. I noticed that only a portion of my users transferred and the logs were showing "code": "invalid_enum_value". I added "awscognito" to the passwordHasher list and it was able to take in all of my awscognito passwordDigests
Thank you!
passwordHasher: z
.enum([
"argon2i",
"argon2id",
"bcrypt",
"md5",
"pbkdf2_sha256",
"pbkdf2_sha256_django",
"pbkdf2_sha1",
"scrypt_firebase",
"awscognito",
])
The text was updated successfully, but these errors were encountered: