diff options
-rwxr-xr-x | token.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ sub cancelChangePassword { # password and that the new password is valid. sub changePassword { my ($user_id, $token) = @_; + my $dbh = Bugzilla->dbh; my $password = $cgi->param('password'); (defined $password && defined $cgi->param('matchpassword')) |