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
I want to be able to restrict all email addresses (hence all local_parts and domains) to be lowercase-only. This should prevent some user confusion whether the address is case-sensitive or not. Personally, I can't understand people that use uppercase symbols in their email addresses - but hey. Anyways, the option should be configurable with a .env variable. All user input from create/edit forms should automatically be lowercased if the option is enabled.
The text was updated successfully, but these errors were encountered:
I want to be able to restrict all email addresses (hence all
local_parts
anddomains
) to be lowercase-only. This should prevent some user confusion whether the address is case-sensitive or not. Personally, I can't understand people that use uppercase symbols in their email addresses - but hey. Anyways, the option should be configurable with a.env
variable. All user input from create/edit forms should automatically be lowercased if the option is enabled.The text was updated successfully, but these errors were encountered: