Changes for page 03 Project Settings

Last modified by Hunter on 2024/06/11 15:58

From version 11.15
edited by Stone Wu
on 2022/08/08 10:20
Change comment: There is no comment for this version
To version 11.14
edited by Stone Wu
on 2022/08/08 10:18
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -507,16 +507,19 @@
507 507  
508 508  Password modification: Use the changePsd function in the lua function ftpserver library to modify password.
509 509  
510 -* Prototype: ftpserver.changePsd(oldPsd,newPsd)
511 -* Function: change the login password of ftpserver
512 -* Parameters:
513 -** oldPsd(string) old password
514 -** newPsd(string) new password.
515 -* Format: only letters, numbers and underscores are allowed, and the length must be 6 to 8 digits.
516 -* Returns.
517 -** Success: true
518 -** Failure: nil,err
510 +Prototype: ftpserver.changePsd(oldPsd,newPsd)
519 519  
512 +Function: change the login password of ftpserver
513 +
514 +Parameters: oldPsd(string) old password, newPsd(string) new password. Format: only letters, numbers and underscores are allowed, and the length must be 6-8 digits.
515 +
516 +Returns.
517 +
518 + Success: true
519 +
520 + Failure: nil,err
521 +
522 +
520 520  = **Security** =
521 521  
522 522  Security means objects and screen security, but this function is only available in 3000i series and HMI+ series or above.