mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
9 lines
556 B
PHP
9 lines
556 B
PHP
<?php
|
|
// PAM plugin
|
|
$string['auth_pamdescription'] = 'This method uses PAM to access the native usernames on this server. You have to install <a href=\"http://www.math.ohio-state.edu/~ccunning/pam_auth/\">PHP4 PAM Authentication</a> in order to use this module.';
|
|
$string['auth_pamtitle'] = 'PAM (Pluggable Authentication Modules)';
|
|
|
|
$string['auth_passwordisexpired'] = 'Your password is expired. Do you want change your password now?';
|
|
$string['auth_passwordwillexpire'] = 'Your password will expire in $a days. Do you want change your password now?';
|
|
|
|
?>
|