[freeside-commits] branch FREESIDE_3_BRANCH updated. faf6ca7361f6500441f23d06f7cb3a3c11e92aa0

Christopher Burger burgerc at freeside.biz
Tue May 7 16:55:49 PDT 2019


The branch, FREESIDE_3_BRANCH has been updated
       via  faf6ca7361f6500441f23d06f7cb3a3c11e92aa0 (commit)
      from  41baff41be27f0df19234232a0bffea69c323009 (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 faf6ca7361f6500441f23d06f7cb3a3c11e92aa0
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
    
    Conflicts:
            FS/FS/ClientAPI/MyAccount.pm

diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 470d12b11..16c1ccc36 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -244,7 +244,7 @@ sub login {
       $contact = FS::contact->by_selfservice_email_custnum($p->{email}, $contact->custnum);
     }
 
-    return { error => 'Email '.$p->{email}.' not found!'}
+    return { error => 'Username '.$p->{email}.' not found!'}
       unless $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