Enabling email verification in an application’s settings allows the application to reserve part of its experience for users with confirmed email addresses. Email verification adds the emailVerified
key to the Parse.User
object. When a Parse User
’s email
is set or modified, then emailVerified
is set to false
. Parse then emails the user a link which will automatically set emailVerified
to true
.
Below, you will find steps to enable this option at Back4App!
1. Access your Server Settings > Verification emails > Settings
2. Now, you need to enable the checkbox at 'Email Settings' to 'Verify User Email'.
3. Click on Save button, go to your User class at your Dashboard, add a new user (with a valid email address), and then check your inbox email. You'll see the message below to the user. Confirm the email address.
With these instructions, you can make sure that your users email addresses are valid.
NOTE: You can edit the content of the Verification Email Body, but, you need to maintain the settings to get the user's email and app name.
Comments
0 comments
Please sign in to leave a comment.