BurningFlipside / VolunteerSystem

The Flipside Volunteer System
Apache License 2.0
5 stars 2 forks source link

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

Closed monikersupreme closed 2 years ago

monikersupreme commented 2 years ago

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 commented 2 years ago

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

pboyd04 commented 2 years ago

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