Account Center
The LEVEL INFINITE PASS Account Center is a central location for players to manage their accounts, and includes 4 main modules:
- Account linking
- Personal information
- Security settings
- Compliance information
Integrate the Account Center
Account Center integration is currently supported for mobile and PC platforms only, and is not supported for console platforms.
LI PASS provides two variations of Account Center for games to choose from:
- Unity
- Unreal Engine
Call the
OpenAccountCenter
method to open Account Center without account deletion functionalities.LevelInfinite.OpenAccountCenter();
This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, and view compliance agreements.
Call the
OpenAccountCenterWithParams
method to open Account Center with a delete account button, which can be toggled using the SHOW_DELETE_ACCOUNT_BUTTON configuration.LevelInfinite.OpenAccountCenterWithParams();
This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, view compliance agreements, and choose to delete their account.
Call the
OpenAccountCenter
method to open Account Center without account deletion functionalities.ULevelInfiniteAPI::OpenAccountCenter();
This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, and view compliance agreements.
Call the
OpenAccountCenterWithParams
method to open Account Center with a delete account button, which can be toggled using the SHOW_DELETE_ACCOUNT_BUTTON configuration.ULevelInfiniteAPI::OpenAccountCenterWithParams();
This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, view compliance agreements, and choose to delete their account.
Account linking
Link to LI PASS
For accounts that have not been linked to LI PASS, there are two ways to complete the link process from Account Center. There are no restrictions to enter the Account Center, and players will be able to access the Account Center as long as they can enter the game.
Games can also choose to provide rewards to players who link their email with LI PASS, see Rewards for more information.
Link popup
A popup is shown when players enter the Account Center, click Link to start the link process.
Link button
Click Link from the top right of Account Center to start the link process.
Email verification for LI PASS will have to be completed first when attempting to link. Once verification is complete, the email can be linked.
Quick linking
This feature is supported on Player Network SDK V1.25 or later.
If the player is logs in using a Facebook, Twitter, or Google account that has not been linked to LI PASS, the player's email address for the corresponding channel will be automatically obtained when entering the Account Center if player authorization has been obtained.
Every 30 days, a popup will be displayed when the player enters the Account Center to confirm if they wish to use the obtained email address to link with LI PASS. Creating and linking to LI PASS can be completed with only 2 clicks.
Link to third-party channels
LI PASS has to be linked first before third-party channels can be linked.
From the Link Account tab, players can click on a third-party channel card to trigger the authentication process for the corresponding third-party channel.
Account linking for guest accounts
For a guest account to link to LI PASS, click Link from the right of Account Center to start the link process.
For a guest account to link to a third-party channel, LI PASS will have to be linked first before third-party channels can be linked.
Personal information
After linking with LI PASS, players will be able to modify their username and password.
Username
Click the pencil icon to modify the LI PASS username, with the following restrictions:
- Must begin with an alphabet character.
- Has between 6 to 16 characters.
- Consists of only letters, numbers, and underscores.
Password
If password has not been set before for the LI PASS, click Set Password from the top right to set a password. Otherwise, click Change Password to change the LI PASS password. Email verification will have to be completed first before the password can be set or changed.
The LI PASS password is globally unique, and if successfully modified from the Account Center in a game, or from the official website, it will take effect in all games.
Security settings
The Security Settings page supports the setting of the following account security functions. For detailed descriptions and configurations, see Account Security.
Two-Factor Authentication (2FA)
Players can choose to enable or disable the 2FA function from Account Center. When enabled, if players are logging in with a new device using a method other than verification code login, they will be required to enter the verification code received in their registered email address. This prevents unauthorized devices from accessing player accounts and ensure the security of player data.
Device History
Players can monitor the detailed login behavior of their accounts at any time and take immediate measures when suspicious activity has been detected. Security measures include turning on two-factor authentication (2FA) and logging out all devices. By clicking the text buttons at the bottom of the page, players will be able to perform the corresponding security measures.
Log Out Of All Devices
Players are able to quickly log out of sessions on all logged-in devices except the current one. This function enables players to immediately protect their accounts from unauthorized access when they detect suspicious activity or lose their device.
Compliance information
Compliance agreements can be found at the bottom of Account Center, such as:
- Terms of Service: View the Terms of Service.
- Privacy Policy: View the Privacy Policy.
In addition, if the Account Center with a delete account button has been integrated and SHOW_DELETE_ACCOUNT_BUTTON has been toggled on, players will have the option to start the account deletion by clicking on Delete Account.