eisbuk / EisBuk

Manage bookings for ice skating lessons
GNU Affero General Public License v3.0
0 stars 1 forks source link

Update email regular expressions #928

Closed silviot closed 7 months ago

silviot commented 7 months ago

We have two email validating regular expressions: one in the firestore rules and one in the sendEmail validator.

They're both less than ideal. We should use a pre-baked RFC compliant regexp instead. I suggest the one in this StackOverflow answer that is compatible with RFC 5322.