Description
Add a user or change the password for existed user. (administrator privilege required)
Grammar
/SetUser.cgi?User=sUserName&Pass=sPassword [&RedirectUrl=sUrl]
Example
<html>
<form action=/SetUser.cgi>
Username:<input name=User><br>
Password:<input name=Pass type=password><br>
<input type=submit value=OK>
</form>
</html>