Skip to content

Commit

Permalink
Added wrong password message
Browse files Browse the repository at this point in the history
This adds a 'aauth_error_login_failed_all which is referenced in the Aauth.php
  • Loading branch information
hbinded committed Sep 28, 2015
1 parent eacf9b1 commit 4be2591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/language/english/aauth_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
$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.';

Expand Down

0 comments on commit 4be2591

Please sign in to comment.