Back to board
Login form rejects valid email addresses containing a + character
Steps to reproduce:
1. Go to the login page
2. Enter an address like jane+test@example.com
3. Submit
Expected: the form accepts the address.
Actual: "Please enter a valid email" is shown and the request never reaches the server.
1. Go to the login page
2. Enter an address like jane+test@example.com
3. Submit
Expected: the form accepts the address.
Actual: "Please enter a valid email" is shown and the request never reaches the server.
No comments yet.