Skip to main content

Change web interface Admin password

Change web interface Admin password.

  • Valid characters with codes from 0x20 to 0x7E
  • The minimum length is 1 character, the maximum is 32
Query Parameters
  • oldPassword string required

    Possible values: non-empty and <= 32 characters, Value must match regular expression ^[\\x20-\\x7E]{1,32}$

    The old password for web admin login in clear text

  • newPassword string required

    Possible values: non-empty and <= 32 characters, Value must match regular expression ^[\\x20-\\x7E]{1,32}$

    The new password for web admin login in clear text

Responses

OK

Loading...