瀏覽代碼

Fixed typo and 'empty_password' key check

tags/v0.45.0
outime 9 年之前
父節點
當前提交
441d3cb635
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      users/init.sls

+ 2
- 2
users/init.sls 查看文件

@@ -78,10 +78,10 @@ users_{{ name }}_user:
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}
{% if 'password in user -%}
{% if 'password' in user -%}
- password: '{{ user['password'] }}'
{% endif -%}
{% if empty_password is defined -%}
{% if 'empty_password' in user -%}
- empty_password: {{ user['empty_password'] }}
{% endif -%}
{% if 'enforce_password' in user -%}

Loading…
取消
儲存