user_password_clear

Ensure a user's password. as used in the UNIX /etc/shadow file.

⚙️ Compatible targets: Windows

Parameters

NameDocumentation
loginUser login.

This parameter is required.
passwordUser clear password.

This parameter is required.

Example

method: user_password_clear
params:
  password: VALUE
  login: VALUE

Documentation

User must exists, password will appear in clear text in code. An empty password will lead to an error and be notified.