With this function, a new user (with password) can be created for webspace password protection. The login is case-sensitive (Test
is therefore a different user than test
).
If the password starts with $1$
and is 34 characters long, it is interpreted as a salted MD5 hash - in all other cases it is interpreted as a plain text password and automatically converted into a hash.
Field |
Type |
RegExp |
Null? |
Description |
---|---|---|---|---|
|
AuthData |
no |
Authentication data |
|
|
string |
|
no |
Subscription name |
|
string |
|
no |
User name |
|
string |
|
no |
Password |
Field |
Type |
Null? |
Description |
---|---|---|---|
|
string |
no |
Status („ok“) |