postfixadmin: add password expiration option
This commit is contained in:
parent
a7ee13b812
commit
d68d8be792
2 changed files with 2 additions and 0 deletions
roles/postfixadmin
|
@ -54,6 +54,7 @@ postfixadmin_sendmail_all_admins: no
|
|||
postfixadmin_fetchmail: yes
|
||||
postfixadmin_forgotten_user_password_reset: yes
|
||||
postfixadmin_forgotten_admin_password_reset: no
|
||||
postfixadmin_password_expiration: no
|
||||
postfixadmin_show_header_text: no
|
||||
postfixadmin_header_text: ':: Postfix Admin ::'
|
||||
postfixadmin_show_footer_text: yes
|
||||
|
|
|
@ -41,6 +41,7 @@ $CONF['forgotten_user_password_reset'] = {{ postfixadmin_forgotten_user_password
|
|||
$CONF['forgotten_admin_password_reset'] = {{ postfixadmin_forgotten_admin_password_reset | ternary('true', 'false') }};
|
||||
$CONF['generate_password'] = '{{ postfixadmin_generate_password | ternary('YES', 'NO') }}';
|
||||
$CONF['show_password'] = '{{ postfixadmin_show_password | ternary('YES', 'NO') }}';
|
||||
$CONF['password_expiration'] = '{{ postfixadmin_password_expiration | ternary('YES', 'NO') }}';
|
||||
|
||||
$CONF['page_size'] = '{{ postfixadmin_page_size }}';
|
||||
$CONF['default_aliases'] = array (
|
||||
|
|
Loading…
Add table
Reference in a new issue