[freeside-commits] branch master updated. feec2d98f3bf5b53cdbd9d88cb4638d37439964a

Christopher Burger burgerc at freeside.biz
Tue May 7 16:46:21 PDT 2019


The branch, master has been updated
       via  feec2d98f3bf5b53cdbd9d88cb4638d37439964a (commit)
      from  e3d1afe8e108bbdaf019107109d4b9d9f19a6f8b (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 feec2d98f3bf5b53cdbd9d88cb4638d37439964a
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 6166a3782..5577f5778 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