Can Cognito be configured to not require email verification when users sign up?

0

In order to reduce friction for new users when starting out, I want to configure Cognito to allow new users to access my app without having to verify emails first.

Is there a way to do this?

已提問 1 年前檢視次數 904 次
1 個回答
0

I believe this is related to the selection of MFA and/or your options for which attributes you want to verify for purposes of self-recovery of forgotten passwords. Under "MFA and verifications" on the Cognito user pool's console do you have "no verification" selected? If not, try that selecting "No verification."

On the Cognito dashboard under attribute verification it says: "Verification requires users to retrieve a code from their email or phone to confirm ownership. Verification of a phone or email is necessary to automatically configure users and enable recovery from forgotten passwords." Note that if you go with the "no verification" option then users may not be able to reset their own passwords, which may not be what you want.

You could also consider to automatically confirm users from a registered domain (see link below): https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html

Hope this helps.

profile pictureAWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南