Return to checkauthen.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.18, 2015/09/18 11:43:05 | version 1.19, 2015/09/21 14:25:03 |
---|---|
Line 50 sub handler { | Line 50 sub handler { |
return OK; | return OK; |
} | } |
if ($r->uri() =~ m{^/res/adm/pages/reactionresponse/[^/]+\.html$}) { | |
if ($r->user() eq '') { | |
$r->user('public:public'); | |
} | |
return OK; | |
} | |
if ($r->auth_type() ne 'LONCAPA') { | if ($r->auth_type() ne 'LONCAPA') { |
return DECLINED; | return DECLINED; |
} | } |