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
We've run into an issue where an email with a leading $ cannot be used to fetch a user.
An email address containing a $ is technically legal. However, starting the email address with that character breaks ProcessWire, and the Sanitizer returns a string with a leading $.
We've run into an issue where an email with a leading
$
cannot be used to fetch a user.An email address containing a
$
is technically legal. However, starting the email address with that character breaks ProcessWire, and the Sanitizer returns a string with a leading$
.Adding a
$
to the middle of an email address does not break the selector.The text was updated successfully, but these errors were encountered: