mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-10 13:52:58 +01:00
Change the value of 'Device.Users.User.{i}.Password' parameter to empty according to the standard
This commit is contained in:
parent
8eed245614
commit
ed50a21c79
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ int get_user_username(char *refparam, struct dmctx *ctx, void *data, char *insta
|
|||
/*#Device.Users.User.{i}.Password!UCI:users/user,@i-1/password*/
|
||||
int get_user_password(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
{
|
||||
dmuci_get_value_by_section_string((struct uci_section *)data, "password", value);
|
||||
*value = "";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue