summaryrefslogtreecommitdiffstats
path: root/token.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'token.cgi')
-rwxr-xr-xtoken.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/token.cgi b/token.cgi
index 990040050..0708a5728 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,6 +450,7 @@ 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