Closed ghendo closed 5 years ago
the words temporary password do not appear in the link supplied
Sorry I thought you meant the confirmation token.
I would have to digg deeper to see if this is supported by Cognito (resend the temp password).
You can also just reset the account, it will do the same:
Would that do the trick?
I dont think you can reset password if email is unconfirmed
Hi @ghendo, you can do an AdminCreateUserRequest and set the MessageAction to RESEND. https://github.com/aws/aws-sdk-net/blob/966617d346169e89a693dae74c5eec5cda0551b2/sdk/src/Services/CognitoIdentityProvider/Generated/Model/AdminCreateUserRequest.cs#L122-L130.
If email confirmation is required and a temporary password has been sent then deleted by the user how can I trigger a new temporary password to be sent