Commit f7f98a3c authored by Frédéric Buclin's avatar Frédéric Buclin

Fix bustage due to bug 1061247

parent 8222ed65
......@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment