summaryrefslogtreecommitdiff
path: root/httemplate/edit/access_user.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-19 16:31:21 +0000
committerjeff <jeff>2007-01-19 16:31:21 +0000
commita54aa62df5076e113134e06e11ba9776c3e60a36 (patch)
tree563c8e11c66442bda805132f97559bfea175428c /httemplate/edit/access_user.html
parent13a6b896a3f9d0137ade340c4be89b04d127b345 (diff)
no password in html source on employee edit
Diffstat (limited to 'httemplate/edit/access_user.html')
-rw-r--r--httemplate/edit/access_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html
index a8cb341e6..065e60c4b 100644
--- a/httemplate/edit/access_user.html
+++ b/httemplate/edit/access_user.html
@@ -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' =>