[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.63, 1.64

Ivan,,, ivan at wavetail.420.am
Mon Apr 19 00:09:19 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv30946/httemplate/edit

Modified Files:
	svc_acct.cgi 
Log Message:
communigate (phase 2), Account:Settings PasswordRecovery.  also fix modification of svc_acct booleans in export.  RT#7514

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -w -d -r1.63 -r1.64
--- svc_acct.cgi	19 Apr 2010 06:15:58 -0000	1.63
+++ svc_acct.cgi	19 Apr 2010 07:09:17 -0000	1.64
@@ -335,6 +335,14 @@
 
 %  #preferences
 
+  <% include('/elements/tr-checkbox.html',
+               'label'      => 'Password recovery',
+               'field'      => 'password_recover',
+               'curr_value' => $svc_acct->password_recover,
+               'value'      => 'Y',
+            )
+  %>
+
   <% include('/elements/tr-select.html',
                'label'      => 'Allowed mail rules',
                'field'      => 'cgp_rulesallowed',
@@ -521,6 +529,8 @@
 
     $svcnum='';
 
+  $svc_acct->password_recover('Y'); #default. hmm.
+
 } else { #editing
 
   my($query) = $cgi->keywords;



More information about the freeside-commits mailing list