Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two issues. Emails are case sensitive & Unable to update profile information #72

Open
chacken opened this issue May 27, 2020 · 0 comments

Comments

@chacken
Copy link

chacken commented May 27, 2020

sonar-customerportal | May 27 13:40:10 cb9a49c9257e laravel[128]: production.INFO: Unable to find email address in the system. [] []
sonar-customerportal | May 27 13:40:59 cb9a49c9257e laravel[128]: production.INFO: Unable to find email address in the system. [] []
sonar-customerportal | May 27 13:43:23 cb9a49c9257e laravel[127]: production.ERROR: Array to string conversion [] []
sonar-customerportal | May 27 13:43:32 cb9a49c9257e laravel[128]: production.ERROR: Array to string conversion [] []
sonar-customerportal | May 27 13:43:39 cb9a49c9257e laravel[128]: production.ERROR: Array to string conversion [] []

Based on a quick scan of the code, the email issue seems like it's not fixable because it's getting the email from the Sonar instance. It'd be great if both the portal and sonar instance did a strtolower() before comparing account emails to see if the account exists.

As for the other issue, anytime you try to update information in a customers account in the portal, we get a "Failed to update profile. Please try again later." Likely due to the array issue above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant