Skip to content

User

Panel > Systems > User

Menu TitleKey NameDefault Key ValueValue TypeDescription
Third-party Connection Supportaccount_connect_servicespluginsPlugin application scenario parameter connect
Format as described below
Real Name Verification Supportaccount_real_name_servicepluginPlugin application scenario parameter realName
Multi-user Modemulti_user_statusfalsebooleantrue or false
Multi-user Feature Pluginmulti_user_servicepluginPlugin application scenario parameter multiple
Authorized Rolesmulti_user_rolesarray
Default User Roledefault_role4numberUser role ID
Default User Avatardefault_avatarfileDefault avatar for users without an avatar
Anonymous User Avataranonymous_avatarfileAvatar for anonymous users when post and comment anonymity is enabled
Deactivated User Avatardeactivate_avatarfileAvatar image for deactivated or disabled users
Password Minimum Lengthpassword_length8numberMinimum password length for new user registration, 0 or empty for no restriction
Password Character Typespassword_strength["number","lowercase"]arrayPassword must contain selected character types, no restriction if not selected
number Digits
lowercase Lowercase letters
uppercase Uppercase letters
symbols Symbols (excluding space)
User Identifier Typeuser_identifierusernamestringuid or username
User UID Starting Digitsuser_uid_digit8number
Username Minimum Lengthusername_min5number
Username Maximum Lengthusername_max16number
Username Modification Interval (Days)username_edit180number
Nickname Minimum Lengthnickname_min2number
Nickname Maximum Lengthnickname_max20number
Nickname Modification Interval (Days)nickname_edit1number
Unique Nicknamesnickname_uniquefalseboolean
User Bio Character Limitbio_length128numberCharacter length
User Bio Supports Mentionsbio_support_mentionfalsebooleantrue or false
User Bio Supports Linksbio_support_linkfalsebooleantrue or false
User Bio Supports Hashtagsbio_support_hashtagfalsebooleantrue or false

Third-party connect Format Introduction

json
[
    {
        "order": 1,
        "code": "Connect platform number",
        "fskey": "Plugin Fskey"
    },
    {
        "order": 2,
        "code": "2",
        "fskey": "Placeholder"
    }
]
  • Connect platform number
  • Since the format of the 'plugins' type is universal, the 'code' is a string, not a numeric format. However, the platform number is a numeric value, so it should be stored as a string when saving.

Released under the Apache-2.0 License