mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-15244, add ability to block ip addresses.
This commit is contained in:
parent
972485277e
commit
4e63912156
5 changed files with 90 additions and 79 deletions
|
@ -7,6 +7,7 @@ $string['adminseesownevents'] = 'Administrators are just like other users';
|
|||
$string['allowcategorythemes'] = 'Allow category themes';
|
||||
$string['allowcoursethemes'] = 'Allow course themes';
|
||||
$string['allowdeletes'] = 'Allow deletes';
|
||||
$string['allowediplist'] = 'Allowed IP list';
|
||||
$string['allowemailaddresses'] = 'Allowed email domains';
|
||||
$string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';
|
||||
$string['allowrenames'] = 'Allow renames';
|
||||
|
@ -27,7 +28,7 @@ $string['backups'] = 'Backups';
|
|||
$string['badwordsconfig'] = 'Enter your list of bad words separated by commas.';
|
||||
$string['badwordsdefault'] = 'If the custom list is empty, a default list from the language pack will be used.';
|
||||
$string['badwordslist'] = 'Custom bad words list';
|
||||
$string['blockediplist'] = 'Blocked IP Address List';
|
||||
$string['blockediplist'] = 'Blocked IP List';
|
||||
$string['blockinstances'] = 'Instances';
|
||||
$string['blockmultiple'] = 'Multiple';
|
||||
$string['blocksettings'] = 'Manage blocks';
|
||||
|
@ -334,6 +335,8 @@ $string['enablerecordcache'] = 'Enable Record Cache';
|
|||
$string['enablerssfeeds'] = 'Enable RSS feeds';
|
||||
$string['enablestats'] = 'Enable statistics';
|
||||
$string['enabletrusttext'] = 'Enable Trusted Content';
|
||||
$string['enableallowedip'] = 'Allow clients from these IPs';
|
||||
$string['enableallowedipdesc'] = 'If this option enabled, only IPs entered in allowed list are permitted, IPs are in blocked list are blocked at the same time.';
|
||||
$string['encoding'] = 'Encoding';
|
||||
$string['enrolmultipleusers'] = 'Enrol the users';
|
||||
$string['environment'] = 'Environment';
|
||||
|
@ -415,6 +418,8 @@ $string['intcachemax'] = 'Int. cache max';
|
|||
$string['invalidsection'] = 'Invalid section.';
|
||||
$string['invaliduserchangeme'] = 'Username \"changeme\" is reserved -- you cannot create an account with it.';
|
||||
$string['ipblocker'] = 'IP Blocker';
|
||||
$string['ipinblockedlist'] = 'This site is not available currently.';
|
||||
$string['ipoutallowedlist'] = 'This site is not available currently.';
|
||||
$string['iplookup'] = 'IP address lookup';
|
||||
$string['iplookupinfo'] = '
|
||||
By default Moodle uses the free online NetGeo (The Internet Geographic Database) server to lookup location of IP addresses, unfortunately this database is not maintained anymore and may return <em>wildly incorrect</em> data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue