Init a user-password module, that allows setting the password for a single user. fixes #1351
15 lines
516 B
Markdown
15 lines
516 B
Markdown
Automatically generates and configures a password for the specified user account.
|
|
---
|
|
|
|
If setting the option prompt to true, the user will be prompted to type in their desired password.
|
|
|
|
After the system was installed/deployed the following command can be used to display the user-password:
|
|
|
|
```bash
|
|
clan secrets get {machine_name}-user-password
|
|
```
|
|
|
|
See also: [Facts / Secrets](../../getting-started/secrets.md)
|
|
|
|
To regenerate the password, delete the password files in the clan directory and redeploy the machine.
|