UserEdit

This function allows you to edit existing LiveConfig users. The login name and the password can be changed.

If a new password is specified and it starts with $1$, LiveConfig assumes that it is already an MD5 password hash and not a plain text password.

If the user name is to be renamed and the new name already exists, a SOAP exception is triggered.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

login

string

^[\w.\-_]{2,50}$

no

current user name

new_login

string

^[\w.\-_]{2,50}$

yes

optional: new user name

password

string

^\.{2,30}$

yes

optional: new password

Response

Field

Type

Null?

Description

status

string

no

Status („ok“)


Zuletzt aktualisiert am 05.05.2021.
weiter: UserGet
zurück: UserAdd