Account Center
The LEVEL INFINITE PASS Account Center is a central location for players to manage their accounts, and includes 4 main modules:
Since LI PASS V1.26, the UI of the Account Center has been optimized and updated. The information included in this document involves the latest UI, and may differ from that of older versions.
- Account linking
- Personal information
- Marketing services
- 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 in 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, 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, which has the following restrictions:
- Must begin with an alphabet character.
- Has between 6 to 16 characters.
- Consists of only letters, numbers, and underscores.
Password
If a password has not been set for 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 changed from the Account Center in a game, or from the official website, it will take effect in all games.
Avatar
This feature is supported in Player Network SDK V1.26 or later.
Click the image at the top left of Account Center to open the Change avatar popup, where a new avatar can be selected.
Marketing services
This feature is supported in Player Network SDK V1.26 or later.
Before marketing services can be enabled, the rewards feature from the LEVEL INFINITE PASS official website has to be integrated first. For technical support or business inquiries, contact [kerenyqzhou] for more information.
To enhance player engagement and optimize user experience, marketing services has been added to the LI PASS Account Center. This module includes features such as LI PASS email subscription, management and redemption of Coins from the LI PASS official website, easy access to the official website and social media channels, as well as access to marketing campaigns.
The marketing services module can be toggled on or off by modifying the SHOW_AS_MARKETING_MODULE configuration.
- LI PASS email subscription
- Coins and Daily Sign In
- LI PASS official website
- Social media links
- Marketing campaigns
LI PASS email subscription
Click Agree to subscribe to LI PASS emails, or click the ✕ button to dismiss the notice and remain unsubscribed. The option to subscribe is only displayed to players who have not yet subscribed to LI PASS emails.
Coins and Daily Sign In
The module will display the LI PASS Coins balance of players, as well as provide a link to the Daily Sign In feature on the LI PASS official website.
- Coins: Click Redeem to be redirected to the LI PASS official website for redemption of game resources using Coins.
- Daily Sign In: Click the Daily Sign In module to visit the LI PASS official website, in order to sign in and earn Coins.
The module can be toggled on or off by modifying the SHOW_ACTIVE_POINT_EXCHANGE configuration.
The Coins and Daily Sign In modules can be shown or hidden individually. Up to 5 icons can also be customized for display as redeemable game resources using Coins, by providing icons with a 1:1 aspect ratio, in PNG format of no more than 500KB each. For configurations details, reach out to the Player Network representative.
LI PASS official website
Click Visit the official website for exclusive rewards to be redirected to the LI PASS official website, allowing players to learn more about exclusive rewards and the latest news.
Social media links
Click the social media channel icons to be redirected to official social media accounts, where players can explore more content, or participate in community events.
The displayed social media channels can be changed by modifying the LI_SOCIAL_MEDIA_CHANNELS configuration, only the first 6 channels set will be displayed.
The redirect URL of each channel can be configured with LI_SOCIAL_MEDIA_URL_[CHANNEL].
Marketing campaigns
The marketing campaigns section showcases recent LI PASS campaigns, click each campaign image to be redirected to the campaign page.
Marketing campaigns can be toggled on or off, with support to configure the redirect URL for each campaign. The multilingual image resources can also be customized, by providing images with a 1:1 aspect ratio, in PNG format of no more than 500KB each. For configurations details, reach out to the Player Network representative.
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.