modules/mu/config/user.rb in cloud-mu-2.1.0beta vs modules/mu/config/user.rb in cloud-mu-3.0.0beta
- old
+ new
@@ -39,9 +39,13 @@
"use_if_exists" => {
"type" => "boolean",
"description" => "If we attempt to create or associate a user that already exists, simply modify that user in-place and use it, rather than throwing an error. If this flag is set, the user will *not* be deleted on cleanup, nor will we overwrite any existing tags on cloud platforms that support user tagging.",
"default" => true
},
+ "force_password_change" => {
+ "type" => "boolean",
+ "description" => "For supported platforms and user types, require the user to reset their password on their next login. Our default behavior is to set this flag when initially creating an account. Setting it explicitly +true+ will set this flag on every subsequent +groom+ of the user, which may not be desired behavior."
+ },
"create_api_key" => {
"type" => "boolean",
"default" => false,
"description" => "Create a set of cloud API keys for this user. Keys will be shared via Scratchpad for one-time retrieval."
},