|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_email |
Variables | |
| $string ['auth_emaildescription'] = 'Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user\'s email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database.' | |
| $string ['auth_emailnoemail'] = 'Tried to send you an email but failed!' | |
| $string ['auth_emailrecaptcha'] = 'Adds a visual/audio confirmation form element to the signup page for email self-registering users. This protects your site against spammers and contributes to a worthwhile cause. See http://www.google.com/recaptcha/learnmore for more details. <br /><em>PHP cURL extension is required.</em>' | |
| $string ['auth_emailrecaptcha_key'] = 'Enable reCAPTCHA element' | |
| $string ['auth_emailsettings'] = 'Settings' | |
| $string ['pluginname'] = 'Email-based self-registration' | |
| $string['auth_emaildescription'] = 'Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user\'s email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database.' |
Definition at line 26 of file auth_email.php.
| $string['auth_emailnoemail'] = 'Tried to send you an email but failed!' |
Definition at line 27 of file auth_email.php.
| $string['auth_emailrecaptcha'] = 'Adds a visual/audio confirmation form element to the signup page for email self-registering users. This protects your site against spammers and contributes to a worthwhile cause. See http://www.google.com/recaptcha/learnmore for more details. <br /><em>PHP cURL extension is required.</em>' |
Definition at line 28 of file auth_email.php.
| $string['auth_emailrecaptcha_key'] = 'Enable reCAPTCHA element' |
Definition at line 29 of file auth_email.php.
| $string['auth_emailsettings'] = 'Settings' |
Definition at line 30 of file auth_email.php.
| $string['pluginname'] = 'Email-based self-registration' |
Definition at line 31 of file auth_email.php.