Fix bustage due to bug 1061247
git-svn-id: svn://10.0.0.236/trunk@265594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
36f9ca7aed
commit
a47cb5efc3
@ -1 +1 @@
|
|||||||
9154
|
9155
|
||||||
@ -1 +1 @@
|
|||||||
8222ed65c30f308adc92f2da19e746cb7b22eba2
|
f7f98a3c67b31d39ce34cca6650f624cba8a5e45
|
||||||
@ -167,6 +167,7 @@ sub cancelChangePassword {
|
|||||||
# password and that the new password is valid.
|
# password and that the new password is valid.
|
||||||
sub changePassword {
|
sub changePassword {
|
||||||
my ($user_id, $token) = @_;
|
my ($user_id, $token) = @_;
|
||||||
|
my $dbh = Bugzilla->dbh;
|
||||||
|
|
||||||
my $password = $cgi->param('password');
|
my $password = $cgi->param('password');
|
||||||
(defined $password && defined $cgi->param('matchpassword'))
|
(defined $password && defined $cgi->param('matchpassword'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user