diff options
author | ivan <ivan> | 2010-04-19 07:09:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-19 07:09:17 +0000 |
commit | 860ba14587816649210dd43a5728cf4b007bfa54 (patch) | |
tree | 49982151b6302408fb4f0c5c59922e372607886a /httemplate/view/svc_acct | |
parent | 5beabbb6a5dfe410545ceab8b4ed0ddcb96fd9c8 (diff) |
communigate (phase 2), Account:Settings PasswordRecovery. also fix modification of svc_acct booleans in export. RT#7514
Diffstat (limited to 'httemplate/view/svc_acct')
-rw-r--r-- | httemplate/view/svc_acct/basics.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 9fc94488a..f6bdede32 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -87,7 +87,8 @@ <% include('/view/elements/tr.html', label=>'File size limit', value=>$svc_acct->file_maxsize ) %> -%#XXX password recovery + <% include('/view/elements/tr.html', label=>'Password recovery', + value=>$svc_acct->password_recover ? 'YES' : 'NO' ) %> <% include('/view/elements/tr.html', label=>'Allowed mail rules', value=>$svc_acct->cgp_rulesallowed || 'default (No)') %> |