|  | WE310F5
    39.00.000
    | 
The structure is used to GET/SET the user information on the HTTPD module. More...
#include <m2mb_httpd.h>
| Data Fields | |
| CHAR * | username | 
| CHAR * | cur_password | 
| CHAR * | new_password | 
The structure is used to GET/SET the user information on the HTTPD module.
This structure is used to GET/SET the user information on the HTTPD module.
Definition at line 510 of file m2mb_httpd.h.
| CHAR* cur_password | 
This is current password set with the http server
Definition at line 513 of file m2mb_httpd.h.
| CHAR* new_password | 
This is used only with configuration ID M2MB_HTTPD_CONF_SET_USER_CHANGE_PASSWORD
Definition at line 514 of file m2mb_httpd.h.
| CHAR* username | 
User name to be set with the http server
Definition at line 512 of file m2mb_httpd.h.