Skip to content

fix: Allow multiple characters after + in email

Nicolas requested to merge nicolas/fix/email-with-plus-in-whitelist into master

match (neither @ nor +) multiple times to replace, this allows adding more than one char after the + to an email previously something like test+test@adornis.de would not have been allowed, only something like test+t@adornis.de.

Merge request reports