Only login and password are required (case when we update the password).
If the password changes and the user has an old token_auth (legacy MD5 format) associated,
the token will be regenerated. This could break a user's API calls.
public updateUser ( $userLogin, $password = false, $email = false, $alias = false, $_isPasswordHashed = false ) |