Skip to content

Commit 5366981

Browse files
committed
This fixes the inability to log in on session timeout.
1 parent d36dec3 commit 5366981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WeBWorK/Authen.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ sub get_credentials {
359359
$self->{login_type} = "normal";
360360
$self->{credential_source} = "cookie";
361361
$self->{user_id} = trim($self->{user_id});
362+
$self->{password} = trim($c->param('passwd'));
362363
debug(
363364
"cookie user '",
364365
$self->{user_id}, "' key '", $self->{session_key},

0 commit comments

Comments
 (0)