Skip to main content

ACCOUNT_FLOW_SWITCH

MobilePC
Optional
Available from: LI PASS V1.06.00

Syntax

ACCOUNT_FLOW_SWITCH = 0

Show third-party account linking section in Account Settings

Show change password button in the login interface and Account Settings, show password login button in the login interface

Show third-party channel unlink buttons

Show third-party channel login buttons in the login interface

Hide skip LI PASS link button in the login interface (only applicable for Steam/Epic on PC)

Default: 0, 8 for Steam/Epic

Description

This configuration controls the LI PASS UI flow and follows bitwise operation rules.

The switch operates on binary numerals at the level of its individual bits. The demical value 0, which is also the binary value 000000, indicates that all UI functions are shown, except the skip LI PASS link button for Steam/Epic on PC.

Matching orderDecimal valueUI FunctionAction
11Third-party account linking section in Account SettingsHide
22Change password button in the login interface and Account Settings, password login button in the login interfaceHide
34Third-party channel unlink buttonsHide
48Third-party channel login buttons in the login interfaceHide
516Skip LI PASS link button in the login interface, only applicable for Steam/Epic on PC, the user will login with their platform account after clicking on the buttonShow
632Grid layout interfaceShow

To calculate the value for ACCOUNT_FLOW_SWITCH, sum all decimal values that correspond to the UI functions.

Common configuration for mobile: ACCOUNT_FLOW_SWITCH = 7 (1 + 2 + 4 = 7)

  • Hide the third-party account linking section in Account Settings
  • Hide the change password button, and hide the password login button in the login interface
  • Hide all third-party channel unlink buttons
  • Other UI functions maintain default behavior

Common configuration for Steam/Epic on PC: ACCOUNT_FLOW_SWITCH = 24 (8 + 16 = 24)

  • Hide the third-party channel login buttons in the login interface
  • Show the skip LI PASS link button in the login interface, allowing the linking process to be skipped
  • Other UI functions maintain default behavior

Grid layout interface

note

This feature is supported on LI PASS V1.17.01 or later.

When enabled, display the grid layout interface by default when the login interface is opened with OpenLoginPanel:

  • Third-party channels to be shown can be configured using ACCOUNT_THIRD_CHANNEL_[PLATFORM].
  • A maximum of 4 channels can be displayed, while the rest will be collapsed under the ... list.
  • LI PASS login can be accessed by clicking Email.
  • Display of third-party channels under the LI PASS login interface will be hidden.

Landscape:
Image: Grid Layout

Email clicked:
Image: Grid Layout

... clicked:
Image: Grid Layout

Portrait:
Image: Grid Layout