diff options
Diffstat (limited to 'httemplate/edit/access_user.html')
-rw-r--r-- | httemplate/edit/access_user.html | 2 |
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' => |