[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.53.2.9, 1.53.2.10

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.53.2.9
retrieving revision 1.53.2.10
diff -u -w -d -r1.53.2.9 -r1.53.2.10
--- svc_acct.cgi	19 Apr 2010 06:16:01 -0000	1.53.2.9
+++ svc_acct.cgi	19 Apr 2010 07:09:18 -0000	1.53.2.10
@@ -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