question

ArKeid0s avatar image
ArKeid0s asked

How can I check verification status on login ?,How can I verify verification status on login ?

Hello guys, I would like to prevent login if the user haven't verified his email. How can I do that ?

Thanks in advance

ArKeid0s

,

Hello, I would like to know how I can prevent my users from logging in if they have not verified their email.

Thanks in advance

ArKeid0s

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Please understand that email verification only works for Contact email address. You may check the verification state via a login request like below, and if Unverified, you may remove the login identity from the callback and prevent the following process flow of the game.

{
  "CustomId": "xxxxx",
  "CreateAccount": false,
  "TitleId": "xxxxxx",
  "InfoRequestParameters":{
      "ProfileConstraints":{
          "ShowContactEmailAddresses": true
      }
  }
}
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Chethan V avatar image Chethan V commented ·

But where do I run this code?

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.