Browse Source

Added wrong password message

This adds a 'aauth_error_login_failed_all which is referenced in the Aauth.php
develop
hbinded 10 years ago
parent
commit
4be259129d
  1. 1
      application/language/english/aauth_lang.php

1
application/language/english/aauth_lang.php

@ -38,6 +38,7 @@ $lang['aauth_error_update_username_exists'] = "Username already exists on the sy
$lang['aauth_error_no_access'] = 'Sorry, you do not have access to the resource you requested.';
$lang['aauth_error_login_failed_email'] = 'E-mail Address and Password do not match.';
$lang['aauth_error_login_failed_name'] = 'Username and Password do not match.';
$lang['aauth_error_login_failed_all'] = 'E-mail, Username or Password do not match.';
$lang['aauth_error_login_attempts_exceeded'] = 'You have exceeded your login attempts, your account has now been locked.';
$lang['aauth_error_recaptcha_not_correct'] = 'Sorry, the reCAPTCHA text entered was incorrect.';

Loading…
Cancel
Save