View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010767 | mantisbt | public | 2009-07-25 06:05 | 2009-10-07 14:19 | |
| Reporter | yw84ever | Assigned To | jreese | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0rc1 | ||||
| Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
| Summary | 0010767: email addresses containing upper case characters are considered invalid | ||||
| Description | email addresses containing upper case characters are considered invalid although email addresses are not case sensitive, i would expect mantisbt to accept addresses in any variation of upper and lower case | ||||
| Steps To Reproduce | create a new account mantis 1.20rc1 reports that this address is invalid try again but using and mantisbt accepts the address | ||||
| Additional Information | the regex in | ||||
| Tags | No tags attached. | ||||
|
i meant instead of "mantis 1.20rc1" as shown in the 'steps to reproduce' |
|
|
email address switching to all lower case works and switching the 'host' part to lower case works, ie |
|
|
I found the same issue and as a work around, simply deactivated Email verification - which can't be a long term work around of course ;) |
|
|
Marked as confirmed and targeted for 1.2.x release given that this is a regression and likely to be a trivial fix. That said, patches would be welcome until one of the dev team gets to it. |
|
|
easy enough as wrapping the email in a to lower call? $ git diff email_api.php
|
|
|
Fix committed to 1.2.x and master branches. |
|