You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
As the title say, currently its case-sensitiv.
So when i send Emails to maxmuster@mydomain.de and i check via the Website for Maxmuster@mydomain.de it not found the Emails.
Would be better to make it case-insensitiv.
So it no matters in i search for maxmuster, MaxMuster or MaXmUsTeR.
The text was updated successfully, but these errors were encountered:
Spegeli
changed the title
Check Email Adresse is case-sensitiv
Make Email Adresse check case-insensitiv
Dec 19, 2016
this will auto convert the input in the Username Field to lowercase ;-)
This is normaly enough but i would change in the backend.php $name = clean_name($username);
to $name = strtolower(clean_name($username));
in case your doing a check via /backend.php?action=get&username=MaxMuster
so it will auto convert it to lowercase too
As the title say, currently its case-sensitiv.
So when i send Emails to maxmuster@mydomain.de and i check via the Website for Maxmuster@mydomain.de it not found the Emails.
Would be better to make it case-insensitiv.
So it no matters in i search for maxmuster, MaxMuster or MaXmUsTeR.
The text was updated successfully, but these errors were encountered: