ACCOUNT_USER_NAME_N, ACCOUNT_USER_PASSWORD_N

where N is the user-level index started from 1.

Description

Get or Set user-level account name and password. Only root and the same user index account have authorized to execute this command.

When write, the account name has not be the same as the root account name.

Only the root-level account could have right to get or set all settings in the device. The user-level account could get the video and audio stream and some system information only.

Because there are 10 user-level accounts in the device, the last character, N, in these command indicates the user index of the user-level account and its range is in 1~10.

In EPL decoder, these URLs are same as the ACCOUNT_USER_NAME_N and ACCOUNT_USER_PASSWORD_N in the SYSTEM CGI but only Type1 URL command is supported.

Therefore, the ACCOUNT_USER_NAME_N and ACCOUNT_USER_PASSWORD_N URL in WPL decoders are only addressed in this page.

Input Argument

Character string (<32 bytes for name and < 64 bytes for password)

Attribute

Return of Message

None

Applicability

Status

Valid

See Also

ACCOUNT, ACCOUNT_ROOT_NAME, ACCOUNT_ROOT_PASSWORD

Example

http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&ACCOUNT_USER_NAME_N=''
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&ACCOUNT_USER_PASSWORD_N=''

Back to

HOME, URL_CGI, SYSTEM CGI