| … | |
… | |
| 40 | } |
40 | } |
| 41 | |
41 | |
| 42 | print CGI::p("You have been logged out of WeBWorK."); |
42 | print CGI::p("You have been logged out of WeBWorK."); |
| 43 | print CGI::start_form(-method=>"POST", -action=>"$root/$courseName/"); |
43 | print CGI::start_form(-method=>"POST", -action=>"$root/$courseName/"); |
| 44 | print CGI::hidden("user", $userName); |
44 | print CGI::hidden("user", $userName); |
|
|
45 | print CGI::hidden("force_passwd_authen", 1); |
| 45 | print CGI::p({-align=>"center"}, CGI::submit("submit", "Log In Again")); |
46 | print CGI::p({-align=>"center"}, CGI::submit("submit", "Log In Again")); |
| 46 | print CGI::end_form(); |
47 | print CGI::end_form(); |
| 47 | |
48 | |
| 48 | return ""; |
49 | return ""; |
| 49 | } |
50 | } |