Skip to content

minor fix for wrong password message

Compare
Choose a tag to compare
@emreakay emreakay released this 28 Sep 21:12
· 205 commits to master since this release

This fixes a non existing error message if all authentication methods fail. Line 352 is calling

aauth_error_login_failed
but that is not in the lang line. This fix tries to match the naming used by the OP i.e. aauth_error_login_failed_xxx where xxx is the error (email/password).