Closed Bug 292117 Opened 19 years ago Closed 19 years ago

Tabs aren't stripped by watcher field when converting creatures into email accounts

Categories

(Bugzilla :: User Accounts, defect)

2.19.2
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: timeless, Assigned: mkanat)

References

()

Details

(Whiteboard: [fixed by blocker])

steps:
add "<tab>nobody@mozilla.org" to your watch list and submit

actual results:
    The name <tt>	nobody&#64;mozilla.org</tt> is not a valid username.  
    Either you misspelled it, or the person has not
    registered for a Bugzilla account.

expected results: treat all whitespace characters as harmless delimiters instead
of confusing poor table users.
Yeah, I'm pretty sure I fixed that by the blocker:

my @new_watch_names = split(/[,\s]+/, $cgi->param('watchedusers'));
Severity: normal → minor
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Depends on: 281550
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [fixed by blocker]
Target Milestone: --- → Bugzilla 2.20
Assignee: user-accounts → mkanat
You need to log in before you can comment on or make changes to this bug.