summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtoken.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/token.cgi b/token.cgi
index 0708a5728..990040050 100755
--- a/token.cgi
+++ b/token.cgi
@@ -217,7 +217,7 @@ sub changePassword {
reason => 'Setting your password',
password => $password,
token => $token,
- postback => {
+ postback => {
action => 'token.cgi',
token_field => 't',
fields => {
@@ -450,7 +450,6 @@ sub mfa_event_from_token {
# create user from token
my ($user_id) = Bugzilla::Token::GetTokenData($token);
- warn "$user_id id from $token\n";
my $user = Bugzilla::User->check({ id => $user_id, cache => 1 });
# sanity check