diff options
| author | ivan <ivan> | 2010-04-19 07:09:18 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-04-19 07:09:18 +0000 |
| commit | 95a0e9f26dc5bc1841fe30749edd7f59efb383e5 (patch) | |
| tree | e5f38143c2947eb0110ce6e5c9a779367093f186 /httemplate/view/svc_acct | |
| parent | a0e1759e5c4300aa48bd137f8e5cbb4aa0e36778 (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)') %> |
