summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-09-11 12:49:06 -0700
committerGitHub <noreply@github.com>2019-09-11 12:49:06 -0700
commit8665d2200e52710f97316b26ce987ce885da1eaa (patch)
tree8d16bdb32ff78688cb303def981adc7f57360ad3
parentc52f48a484ab54e57e80dcc0bd8dc8f1e1f589d4 (diff)
downloadchef-8665d2200e52710f97316b26ce987ce885da1eaa.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 99d7a9b198..de184b5e41 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -50,7 +50,7 @@ The `user` resource now supports the creation of users on macOS 10.14 and 10.15
* `admin_username` and `admin_password` define the admin user credentials required for toggling SecureToken for a user. The value of 'admin_username' must correspond to a system user that is part of the 'admin' with SecureToken enabled in order to toggle SecureToken.
-* `secure_token` is a boolean property that sets the desired state for SecureToken. SecureToken token is required for FileVault full disk encryption.
+* `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.