mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-23 08:00:57 +02:00
Adding support for the enforce_password option.
This will allow users change their passwords after the initial setting in Salt.
This commit is contained in:
@@ -7,6 +7,7 @@ users:
|
||||
buser:
|
||||
fullname: B User
|
||||
password: $6$w.............
|
||||
enforce_password: True
|
||||
home: /custom/buser
|
||||
createhome: True
|
||||
manage_vimrc: False
|
||||
|
||||
Reference in New Issue
Block a user