I'm having a somewhat unusual (or not common) problem. I have an email address field. The user adds an email, the system verifies that the email already exists in the database, if not it registers, if it does not, it does not register.
It turns out that if the user differentiates a letter from the email to uppercase the system interprets the email differently. For example, there is an email in the DB: "[email protected]", if a user tries to register the email "[email protected]" the system allows.
What can I do to disable this case? Or is it not necessary? the system has to do this same scan.