diff options
author | Tim Smith <tsmith@chef.io> | 2019-09-11 12:49:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 12:49:30 -0700 |
commit | 2951c1914e57d6ad1daa159711195cf649bd6f36 (patch) | |
tree | 387f9fc9a28576d5758dc2ddbcf5e7a60b88b275 /RELEASE_NOTES.md | |
parent | ced9319c8d1eb323fe78f948028b838b6d4b62f6 (diff) | |
download | chef-2951c1914e57d6ad1daa159711195cf649bd6f36.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f34e9d2562..8717bfdc3b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -52,7 +52,7 @@ The `user` resource now supports the creation of users on macOS 10.14 and 10.15 * `secure_token` is a boolean property that sets the desired state for SecureToken. FileVault requires a SecureToken for full disk encryption. -* `secure_token_password` is the plaintext password required to enable or disable secure_token for a user. If no salt is specified we assume the 'password' property corresponds to a plaintext password and will attempt to use it in place of secure_token_password if it not set. +* `secure_token_password` is the plaintext password required to enable or disable `secure_token` for a user. If no salt is specified we assume the 'password' property corresponds to a plaintext password and will attempt to use it in place of secure_token_password if it is not set. #### Password property is now sensitive |