Player Portal #

The Player Portal gives players the ability to manage their account information. This includes editing their display name and email, and managing account linking. The information populating the Player Portal comes from the AccountRpc.GetAccountV1Request. The Player Portal is available at the following location when Pragma Engine is running:

For more information on creating custom pages and adding functionality to Player Portal, see Customization.

Player sign in #

The Sign In page will show a list of all available identity providers. Players with a Pragma Account can sign in using any of the identity providers linked to their account.

If a player attempts to sign in and there is no existing Pragma Account, the player will be prompted to create a new account.

Player sign up #

Players without a Pragma Account should click the Create Account button at the bottom of the Sign In page. On the Sign Up page, players will choose from a list of available identity providers.

If the selected identity provider account is already connected to an existing Pragma Account, a message will appear to inform the player and no new account will be created.

Signing up with a new account will always generate a new Pragma Account. To link multiple identity providers to the same account, see the Linked Accounts section.

Contents #

TopicDescription
Social Player PortalUnderstanding the Social Player Portal.