Lines 64-69
if (C4::Context->preference('AutoSelfCheckAllowed'))
Link Here
|
64 |
$query->param(-name=>'password',-values=>[$AutoSelfCheckPass]); |
64 |
$query->param(-name=>'password',-values=>[$AutoSelfCheckPass]); |
65 |
$query->param(-name=>'koha_login_context',-values=>['sco']); |
65 |
$query->param(-name=>'koha_login_context',-values=>['sco']); |
66 |
} |
66 |
} |
|
|
67 |
$query->param(-name=>'sco_user_login',-values=>[1]); |
67 |
my ($template, $loggedinuser, $cookie) = get_template_and_user({ |
68 |
my ($template, $loggedinuser, $cookie) = get_template_and_user({ |
68 |
template_name => "sco/sco-main.tt", |
69 |
template_name => "sco/sco-main.tt", |
69 |
authnotrequired => 0, |
70 |
authnotrequired => 0, |
70 |
- |
|
|