Changes for page Lua Script
Last modified by Devin Chen on 2025/11/10 16:04
From version 7.2
edited by xingzhi lin
on 2025/10/31 10:55
on 2025/10/31 10:55
Change comment:
There is no comment for this version
To version 7.1
edited by xingzhi lin
on 2025/10/31 10:52
on 2025/10/31 10:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7875,6 +7875,7 @@ 7875 7875 7876 7876 == user_secure.usersecure_addInfo == 7877 7877 7878 + 7878 7878 **Prototype : **user_secure.usersecure_addInfo(username,password,supassword,desc,hide,permission) 7879 7879 7880 7880 **Function: **Add user information ... ... @@ -7881,12 +7881,12 @@ 7881 7881 7882 7882 **Parameters**: 7883 7883 7884 -* username(string): New username (16characters)7885 -* password(string): Password (8characters)7886 -* supassword(string): Confirm password (8characters)7887 -* desc(string) : Description (10characters)7888 -* hide(bool): Controls hiding; true:hide if insufficient permissions7889 -* permission(table): Permissions; 1 for granted permissions,0for no permissions7885 +* username(string):新增用户名(长度16位) 7886 +* password(string):密码(长度8位) 7887 +* supassword(string):确认密码(长度8位) 7888 +* desc(string):描述,(长度10位) 7889 +* hide(bool):控制隐藏,true :权限不足时隐藏 7890 +* permission(table):权限,1为拥有权限,0为无权限 7890 7890 7891 7891 **Return: ** 7892 7892