Commit 952760c6 by Michael DeHaan

Merge pull request #3388 from bcoca/fixed_user_create_doc

updated module docs to reflect 'correct' on_create vs on_creation
parents 324a28f3 9f753973
......@@ -161,10 +161,10 @@ options:
update_password:
required: false
default: always
choices: ['always', 'on_creation']
choices: ['always', 'on_create']
version_added: "1.3"
description:
- C(always) will update passwords if they differ. C(on_creation) will only set the password for newly created users.
- C(always) will update passwords if they differ. C(on_create) will only set the password for newly created users.
'''
EXAMPLES = '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment