$string['alternatelogin']='If you enter a URL here, it will be used as the login page for this site. The page should contain a form which has the action property set to <strong>\'{$a}\'</strong> and return fields <strong>username</strong> and <strong>password</strong>.<br />Be careful not to enter an incorrect URL as you may lock yourself out of this site.<br />Leave this setting blank to use the default login page.';
$string['auth_fieldlock_expl']='<p><b>Lock value:</b> If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system. </p>';
$string['auth_fieldlocks']='Lock user fields';
$string['auth_fieldlocks_help']='<p>You can lock user data fields. This is useful for sites where the user data is maintained by the administrators manually by editing user records or uploading using the \'Upload users\' facility. If you are locking fields that are required by Moodle, make sure that you provide that data when creating user accounts or the accounts will be unusable.</p><p>Consider setting the lock mode to \'Unlocked if empty\' to avoid this problem.</p>';
$string['auth_changepasswordhelp_expl']='Display lost password help to users who have lost their {$a} password. This will be displayed either as well as or instead of the <strong>Change Password URL</strong> or Internal Moodle password change.';
$string['auth_changepasswordurl_expl']='Specify the url to send users who have lost their {$a} password. Set <strong>Use standard Change Password page</strong> to <strong>No</strong>.';
$string['auth_changingemailaddress']='You have requested a change of email address, from {$a->oldemail} to {$a->newemail}. For security reasons, we are sending you an email message at the new address to confirm that it belongs to you. Your email address will be updated as soon as you open the URL sent to you in that message.';
$string['authinstructions']='Leave this blank for the default login instructions to be displayed on the login page. If you want to provide custom login instructions, enter them here.';
$string['auth_invalidnewemailkey']='Error: if you are trying to confirm a change of email address, you may have made a mistake in copying the URL we sent you by email. Please copy the address and try again.';
$string['auth_multiplehosts']='Multiple hosts OR addresses can be specified (eg host1.com;host2.com;host3.com) or (eg xxx.xxx.xxx.xxx;xxx.xxx.xxx.xxx)';
$string['auth_outofnewemailupdateattempts']='You have run out of allowed attempts to update your email address. Your update request has been cancelled.';
$string['auth_passwordisexpired']='Your password is expired. Do you want change your password now?';
$string['auth_remove_user']='Specify what to do with internal user account during mass synchronization when user was removed from external source. Only suspended users are automatically revived if they reappear in ext source.';
$string['auth_updatelocal_expl']='<p><b>Update local:</b> If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.</p>';
$string['auth_updateremote']='Update external';
$string['auth_updateremote_expl']='<p><b>Update external:</b> If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.</p>';
$string['auth_updateremote_ldap']='<p><b>Note:</b> Updating external LDAP data requires that you set binddn and bindpw to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update. </p>';
$string['auth_user_create']='Enable user creation';
$string['auth_user_creation']='New (anonymous) users can create user accounts on the external authentication source and confirmed via email. If you enable this , remember to also configure module-specific options for user creation.';
$string['auth_usernameexists']='Selected username already exists. Please choose a new one.';
$string['emailchangepending']='Change pending. Open the link sent to you at {$a->preference_newemail}.';
$string['emailnowexists']='The email address you tried to assign to your profile has been assigned to someone else since your original request. Your request for change of email address is hereby cancelled, but you may try again with a different address.';
$string['forcechangepasswordfirst_help']='Force users to change password on their first login to Moodle.';
$string['forcechangepassword_help']='Force users to change password on their next login to Moodle.';
$string['forgottenpassword']='If you enter a URL here, it will be used as the lost password recovery page for this site. This is intended for sites where passwords are handled entirely outside of Moodle. Leave this blank to use the default password recovery.';
$string['getanaudiocaptcha']='Get an audio CAPTCHA';
$string['getanimagecaptcha']='Get an image CAPTCHA';
$string['getanothercaptcha']='Get another CAPTCHA';
$string['guestloginbutton']='Guest login button';
$string['changepassword']='Change password URL';
$string['changepasswordhelp']='Here you can specify a location at which your users can recover or change their username/password if they\'ve forgotten it. This will be provided to users as a button on the login page and their user page. If you leave this blank the button will not be printed.';
$string['chooseauthmethod']='Choose an authentication method';
$string['chooseauthmethod_help']='This setting determines the authentication method used when the user logs in. Only enabled authentication plugins should be chosen, otherwise the user will no longer be able to login. To block the user from logging in, select "No login".';
$string['informminpassworddigits']='at least {$a} digit(s)';
$string['informminpasswordlength']='at least {$a} characters';
$string['informminpasswordlower']='at least {$a} lower case letter(s)';
$string['informminpasswordnonalphanum']='at least {$a} non-alphanumeric character(s)';
$string['informminpasswordupper']='at least {$a} upper case letter(s)';
$string['informpasswordpolicy']='The password must have {$a}';
$string['instructions']='Instructions';
$string['internal']='Internal';
$string['locked']='Locked';
$string['md5']='MD5 hash';
$string['nopasswordchange']='Password can not be changed';
$string['nopasswordchangeforced']='You cannot proceed without changing your password, however there is no available page for changing it. Please contact your Moodle Administrator.';
$string['selfregistration_help']='If an authentication plugin, such as email-based self-registration, is selected, then it enables potential users to register themselves and create accounts. This results in the possibility of spammers creating accounts in order to use forum posts, blog entries etc. for spam. To avoid this risk, self-registration should be disabled or limited by <em>Allowed email domains</em> setting.';
$string['sha1']='SHA-1 hash';
$string['showguestlogin']='You can hide or show the guest login button on the login page.';
$string['stdchangepassword_expl']='If the external authentication system allows password changes through Moodle, switch this to Yes. This setting overrides \'Change Password URL\'.';
$string['stdchangepassword_explldap']='NOTE: It is recommended that you use LDAP over an SSL encrypted tunnel (ldaps://) if the LDAP server is remote.';