if empty, password is generated

This commit is contained in:
2023-03-31 16:18:37 +02:00
parent 9211432515
commit 2f330cf378
3 changed files with 26 additions and 13 deletions

View File

@@ -17,9 +17,13 @@ bindpwd - from group variables
file : default account.csv csv file containing user to create:
```csv
org,firstname,lastname,email,password
org,firstname,lastname,email,[password]
```
password field optionnal - if empty will be generated automatically - WIP
keep the final comma, though !
Dependencies
------------