From 860ba14587816649210dd43a5728cf4b007bfa54 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 Apr 2010 07:09:17 +0000 Subject: communigate (phase 2), Account:Settings PasswordRecovery. also fix modification of svc_acct booleans in export. RT#7514 --- httemplate/view/svc_acct/basics.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/view/svc_acct') 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)') %> -- cgit v1.2.1