[freeside-commits] freeside/httemplate/edit access_user.html, 1.4, 1.5

Jeff Finucane,420,, jeff at wavetail.420.am
Fri Jan 19 08:31:22 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv27632/httemplate/edit

Modified Files:
	access_user.html 
Log Message:
no password in html source on employee edit

Index: access_user.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/access_user.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- access_user.html	17 Jan 2007 00:40:57 -0000	1.4
+++ access_user.html	19 Jan 2007 16:31:20 -0000	1.5
@@ -19,7 +19,7 @@
                                'disabled'  => 'Disable employee',
                              },
                  'edit_callback' => sub { my( $c, $o ) = @_; 
-                                          $o->set('_password2', $o->_password);
+                                          $o->set('_password', '');
                                         },
                  'viewall_dir' => 'browse',
                  'html_bottom' =>



More information about the freeside-commits mailing list