Cognito verification code emails no longer being sent

0

Has anybody had an issue with forgotten passwords and Conito not sending the verification code via email to users?

As far as I am aware there has been no code changes or AWS service changes in this area for quite some time but emails are no longer sent.

We are using amplify in the client front end to trigger this and I can see it hitting the AWS services and returning a 200.

Code being called:

await Auth.forgotPassword(
        email,
      );

Usually this would send an email with a code in there which the user could then use to change their password.

Account recovery it set to email only, so it isn't going anywhere else. SMS is also disabled.

General emails from AWS are being sent from our account with no problems. Also, cognito is sending other emails out correctly, such as temporary passwords.

  • hmm, using the default cognito auth and forgotten password something weird is happening. When clicking forgot password I'm getting a message saying an email has been sent to m***@h*** when my email is m***@c*** same is happening for other users with the masked email address being obviously wrong. I think something might be badly broken.

1개 답변
0

It looks like it is working again now. I didn't change anything so it must have been fixed by AWS.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠