summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add_options_to_user_create_and_set-302401520f36d153.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/releasenotes/notes/add_options_to_user_create_and_set-302401520f36d153.yaml b/releasenotes/notes/add_options_to_user_create_and_set-302401520f36d153.yaml
new file mode 100644
index 00000000..698a6f18
--- /dev/null
+++ b/releasenotes/notes/add_options_to_user_create_and_set-302401520f36d153.yaml
@@ -0,0 +1,19 @@
+---
+features:
+ - |
+ Added the below mentioned parameters to the user create and set commands.
+
+ * --ignore-lockout-failure-attempts
+ * --no-ignore-lockout-failure-attempts
+ * --ignore-password-expiry
+ * --no-ignore-password-expiry
+ * --ignore-change-password-upon-first-use
+ * --no-ignore-change-password-upon-first-use
+ * --enable-lock-password
+ * --disable-lock-password
+ * --enable-multi-factor-auth
+ * --disable-multi-factor-auth
+ * --multi-factor-auth-rule
+
+ This will now allow users to set user options via CLI.
+ <https://docs.openstack.org/keystone/latest/admin/resource-options.html#user-options>