Skip to content
Snippets Groups Projects
Commit add153e0 authored by Tim Jones's avatar Tim Jones
Browse files

Allow '!' prefix in password for locked\disabled accounts.


Signed-off-by: default avatarTim Jones <me@prototim.com>
parent 26c4578f
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- uid: {{ user['uid'] }} - uid: {{ user['uid'] }}
{% endif -%} {% endif -%}
{% if 'password' in user -%} {% if 'password' in user -%}
- password: {{ user['password'] }} - password: '{{ user['password'] }}'
{% endif -%} {% endif -%}
{% if 'prime_group' in user and 'gid' in user['prime_group'] -%} {% if 'prime_group' in user and 'gid' in user['prime_group'] -%}
- gid: {{ user['prime_group']['gid'] }} - gid: {{ user['prime_group']['gid'] }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment