cmxx - Improved login
This commit is contained in:
@@ -123,7 +123,7 @@ $data_software_text = 'Assets requiring firmware upgrade';
|
||||
$data_service_text_forecast = 'Assets with service due within given period';
|
||||
$data_warranty_text_forecast = 'Assets with warranty coverage untill given period';
|
||||
$button1 = 'Login';
|
||||
$button2 = 'Request reset';
|
||||
$button2 = 'Forgot password?';
|
||||
$equipment_label1 = 'Indicators';
|
||||
$equipment_label2 = 'Serialnumber';
|
||||
$equipment_label3 = 'Status';
|
||||
@@ -968,4 +968,19 @@ $payment_status_999 = 'Cancelled';
|
||||
$payment_method_3 = 'Debit/Credit';
|
||||
$contract_billing4 = ' Onetime upfront';
|
||||
$message_build = ' Please login again';
|
||||
$username_enter = 'Please enter username';
|
||||
$password_enter = 'Please enter your password';
|
||||
$password_err_1 = 'Not authorized, please retry';
|
||||
$password_err_2 = 'Too many login attempts. User blocked, please contact your administrator';
|
||||
$password_err_3 = 'Passwords do not match';
|
||||
$login_h1 = 'Login to your account';
|
||||
$login_p = 'Enter your details to login';
|
||||
$redirect_succes = 'You will be redirected';
|
||||
$login_reset_h1 = 'Forgot your password';
|
||||
$login_reset_p = 'Enter your username to reset password';
|
||||
$button_back_to_login = 'Back to login';
|
||||
$button_reset = 'Request reset';
|
||||
$password_new = 'New Password';
|
||||
$password_check = 'Repeat password';
|
||||
$button_password_update = 'Update password';
|
||||
?>
|
||||
Reference in New Issue
Block a user