|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_nntp |
Variables | |
| $string ['auth_nntpdescription'] = 'This method uses an NNTP server to check whether a given username and password is valid.' | |
| $string ['auth_nntphost'] = 'The NNTP server address. Use the IP number, not DNS name.' | |
| $string ['auth_nntphost_key'] = 'Host' | |
| $string ['auth_nntpchangepasswordurl_key'] = 'Password-change URL' | |
| $string ['auth_nntpnotinstalled'] = 'Cannot use NNTP authentication. The PHP IMAP module is not installed.' | |
| $string ['auth_nntpport'] = 'Server port (119 is the most common)' | |
| $string ['auth_nntpport_key'] = 'Port' | |
| $string ['pluginname'] = 'NNTP server' | |
| $string['auth_nntpdescription'] = 'This method uses an NNTP server to check whether a given username and password is valid.' |
Definition at line 26 of file auth_nntp.php.
| $string['auth_nntphost'] = 'The NNTP server address. Use the IP number, not DNS name.' |
Definition at line 27 of file auth_nntp.php.
| $string['auth_nntphost_key'] = 'Host' |
Definition at line 28 of file auth_nntp.php.
| $string['auth_nntpchangepasswordurl_key'] = 'Password-change URL' |
Definition at line 29 of file auth_nntp.php.
| $string['auth_nntpnotinstalled'] = 'Cannot use NNTP authentication. The PHP IMAP module is not installed.' |
Definition at line 30 of file auth_nntp.php.
| $string['auth_nntpport'] = 'Server port (119 is the most common)' |
Definition at line 31 of file auth_nntp.php.
| $string['auth_nntpport_key'] = 'Port' |
Definition at line 32 of file auth_nntp.php.
| $string['pluginname'] = 'NNTP server' |
Definition at line 33 of file auth_nntp.php.