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

Volunteer Contact and Profile Info is allowing capitalized email addresses and mismatching bc of case-sensitive context #136

Closed
monikersupreme opened this issue Apr 22, 2022 · 2 comments

Comments

@monikersupreme
Copy link

monikersupreme commented Apr 22, 2022

When I attempt to assign irismuscarella@yahoo.com a volunteer shift I get:

image

I think this is because the first letter 'I' of her email address is capitalized in the FVS table.

image

Either email addresses should either automatically be lowercased or searches should probably not be case sensitive.

@monikersupreme
Copy link
Author

Also whitespace - if I have an extra space at the end of an email the match will fail.

@pboyd04
Copy link
Member

pboyd04 commented Apr 26, 2022

Fixed, it now does a case insensitive search and removes spaces from the input.

@pboyd04 pboyd04 closed this as completed Apr 26, 2022
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

2 participants