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
On UserRecoveryForm.php model there is a bug.
regex do not accept email whit "" ex: [email protected]
I solved whit replace the regex with: /^[a-zA-Z0-9.%+-]+@(?:[a-zA-Z0-9-]+.)+[a-zA-Z]{2,4}$/
The text was updated successfully, but these errors were encountered:
On UserRecoveryForm.php model there is a bug.
regex do not accept email whit "" ex: [email protected]
I solved whit replace the regex with: /^[a-zA-Z0-9.%+-]+@(?:[a-zA-Z0-9-]+.)+[a-zA-Z]{2,4}$/
The text was updated successfully, but these errors were encountered: