summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct
diff options
context:
space:
mode:
authorivan <ivan>2010-04-19 07:09:17 +0000
committerivan <ivan>2010-04-19 07:09:17 +0000
commit860ba14587816649210dd43a5728cf4b007bfa54 (patch)
tree49982151b6302408fb4f0c5c59922e372607886a /httemplate/view/svc_acct
parent5beabbb6a5dfe410545ceab8b4ed0ddcb96fd9c8 (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.html3
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)') %>