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

Email URI conversion fault #47

Open
zfi opened this issue Mar 1, 2018 · 1 comment
Open

Email URI conversion fault #47

zfi opened this issue Mar 1, 2018 · 1 comment
Assignees

Comments

@zfi
Copy link
Contributor

zfi commented Mar 1, 2018

Cloud Session faults if a password reset request is made and the alternate email field in the user record is null.

@zfi zfi self-assigned this Mar 1, 2018
@zfi
Copy link
Contributor Author

zfi commented Mar 1, 2018

The private function _convert_email_uri(email) attempts to search the provided email address for a '+' character and, if found, replace it with a string that is appropriate for a URI. It does not verify that the value passed in contains a string. This omission is addressed in PR# 46.

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