File:  [LON-CAPA] / loncom / html / adm / loginproblems.html
Revision 1.15: download - view: text, annotated - select for diffs
Fri Sep 20 23:13:05 2019 UTC (4 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, HEAD
- Absolute link instead of relative link for originating URL.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>LON-CAPA Login Problems</title>
<script type="text/javascript">
function openwin() {
   var testwin=window.open('/adm/rat/empty.html','test','menubar=0,width=200,height=100');
   testwin.document.clear();
   testwin.document.writeln('PASSED TEST');
   testwin.document.close();
   testwin.focus();
}
</script>
</head>
<body bgcolor="#FFFFFF">
<h1>Login Problems with LON-CAPA</h1>
<h2>Which browsers can I use with LON-CAPA?</h2>
LON-CAPA is designed to work with the following browsers
<ul>
<li>Mozilla version 1.0 and higher</li>
<li>Mozilla Firefox</li>
<li>Camino</li>
<li>Netscape version 4.7 and higher</li>
<li>Safari version 1.1.1 and higher</li>
<li>Galeon version 1.2 and higher</li>
<li>Google Chrome</li>
<li>Internet Explorer version 5.1 and higher</li>
<li>Opera version 10 and higher</li>
</ul>
on the following operating systems
<ul>
<li>Linux</li>
<li>UNIX</li>
<li>MacOS</li>
<li>Microsoft Windows 98 and higher</li>
</ul>
If you have problems logging in with any browser or any operating system not
listed above, please <b>use another browser or computer.</b>
Please please submit a help request to <a href="/adm/helpdesk?origurl=%2fadm%2floginproblems.html">LON-CAPA support</a> if you have any problems.  
<h2>I would like to use my Pocket Computer or PDA to access LON-CAPA</h2>
While we can make no guarantees that LON-CAPA will work with your particular
Pocket Computer or PDA, it runs fine on Apple iPhones, iPads, and iPods using Safari, as well as on several Android devices.
<h2>I get "Username and/or password could not be authenticated"</h2>
<ul>
<li>
The most common problem here is that the Caps-Lock button is pressed. Usernames
and passwords are case sensitive, so it does matter if something is typed with
lowercase or with uppercase letters.
</li><li>
The second most common problems is that users accidentally go to the wrong 
server. LON-CAPA is running at many universities, colleges, and schools.
Especially if you hit upon this page by looking for "LON-CAPA" in Google or
some other search engine, you might have hit a server at another place. Please
make sure to use the URL provided to you. 
</li></ul>
<h2>I get a list of computers ...</h2>
This means that the server you attempted to login to is currently not 
available. For example, it might be undergoing maintenance. Please click on
any of the other server, giving preference to the ones that say "preferred."
<h2>I get "Information needed to verify your login information is missing, inaccessible or expired"</h2>
LON-CAPA does internal encryption of password information submitted from the 
login screen, but only keeps the decryption information for a day. Simply pull
up the login screen again. 
If that does not solve the problem, please wait for 20 minutes, reload 
the login page, and try again. If after 20 minutes LON-CAPA still gives you 
the same message, please submit a help request to <a href="/adm/helpdesk?origurl=%2fadm%2floginproblems.html">LON-CAPA support</a>. 
 The server administrator will be able to verify your situation and re-enable logins.
<h2>I hit "Log In," but nothing happens, or I get error messages and 
warnings</h2>
<ul>
<li>The most common problem is that your browser is not one of the browsers
listed above.</li>
<li>You might have modified the preferences in your browser. In particular, the
following preferences can be a problem:
<ul>
<li>Scripting languages, in particular JavaScript, is disabled. 
<i>Test: as you <a href="javascript:alert('PASSED TEST');">click here</a>, 
a small window should appear. If no window appears, scripting is disabled.</i>
</li>
<li>The security settings are cranked up to a higher level. In particular, this
might prevent unencrypted submission of passwords (LON-CAPA actually does its
own encryption), or cross-server submission of forms.</li>
</ul></li>
<li>If all else fails, please <b>try from another computer.</b></li>
</ul>
<h2>After logging in, I get the message "Welcome," but then nothing happens
</h2>
<ul>
<li>The most common problem is that your browser is not one of the browsers
listed above.</li>
<li>If you have a supported browser, it might be hung. 
<b>Please completely quit
your browser, and start it again.</b></li>
<li>If all else fails, please <b>try from another computer.</b></li>
</ul>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>