[freeside-commits] branch FREESIDE_4_BRANCH updated. 7ed03cd3b992a5df6c786686a5271eea65611dbc
Christopher Burger
burgerc at freeside.biz
Wed May 8 05:14:31 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 7ed03cd3b992a5df6c786686a5271eea65611dbc (commit)
from 590301adce46a6f8237b5bdfb134d68285fb01de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7ed03cd3b992a5df6c786686a5271eea65611dbc
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue May 7 19:46:05 2019 -0400
RT# 83147 - Added new error message when email does not match because of case sensitivity
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 91248a532..14becf97a 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -252,7 +252,7 @@ sub login {
else { push @cust_contact, $customer; }
}
- return { error => 'Email '.$p->{email}.' not found!'}
+ return { error => 'Username '.$p->{email}.' not found!'}
unless @cust_contact;
return { error => 'Incorrect contact password.' }
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/MyAccount.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list