' . $lang->get('user_login_body', array('reg_link' => makeUrlNS('Special', 'Register'))) . '
';
}
else
{
- echo 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.
';
+ echo '' . $lang->get('user_login_body_elev') . '
';
}
?>
- Username:
+ get('user_login_field_username'); ?>:
|
|
- Forgot your password? No problem.
- Maybe you need to create an account.
+ get('user_login_forgotpass_blurb', array('forgotpass_link' => makeUrlNS('Special', 'PasswordReset'))); ?>
+ get('user_login_createaccount_blurb', array('reg_link' => makeUrlNS('Special', 'Register'))); ?>
|
- Important note regarding cryptography: Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should log in without using encryption.
- This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.
+ getAllParams() ) ? '/' . $return : '';
+ $nocrypt_link = makeUrlNS('Special', "Login$returnpage_link", "level=$level&use_crypt=0", true);
+ echo '' . $lang->get('user_login_nocrypt_title') . ': ' . $lang->get('user_login_nocrypt_body', array('nocrypt_link' => $nocrypt_link)) . ' ';
+ echo '' . $lang->get('user_login_nocrypt_countrylist') . ' ';
+ ?>
|