Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: error/moodle/errortoomanylogins.

error/moodle/errortoomanylogins: Difference between revisions

From MoodleDocs
m (French link)
m (added link to spanish translation of document)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[errortoomanylogins]]
This "too many logins" error message is displayed because Moodle has detected that you, or somebody else, has tried to login to your Moodle account with invalid credentials too many times. As a security measure Moodle only allows a certain number of failed logins and will temporarily block any further attempts to login with the username that you were using.


It says "Error too many logins". This means either you or someone else tried to login with your details and failed.
Restart your web browser and, if you have your correct username and password, try again in 10-15 minutes. Alternatively, ask an administrator for help.


Try again in 10-15 minutes or ask an administrator for help.
The parameter is hard coded in  
lib/moodlelib.php:    $max_logins = 10;
 
==See also==
 
* [[Notifications]] for login failure notification settings
 
[[Category:Error|Toomanylogins]]


[[fr:error/moodle/errortoomanylogins]]
[[fr:error/moodle/errortoomanylogins]]
[[es:error/moodle/errortoomanylogins]]

Latest revision as of 18:10, 8 March 2014

This "too many logins" error message is displayed because Moodle has detected that you, or somebody else, has tried to login to your Moodle account with invalid credentials too many times. As a security measure Moodle only allows a certain number of failed logins and will temporarily block any further attempts to login with the username that you were using.

Restart your web browser and, if you have your correct username and password, try again in 10-15 minutes. Alternatively, ask an administrator for help.

The parameter is hard coded in lib/moodlelib.php: $max_logins = 10;

See also