-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
3.13.2
-
3.13
-
When you enter an email address via the web interface you can enter extra whitespace:
select *, length(propertyvalue) from propertystring where propertyvalue like '%amyers@atlassian.com%'; +-------+-----------------------------+-----------------------+ | ID | propertyvalue | length(propertyvalue) | +-------+-----------------------------+-----------------------+ | 10012 | amyers@atlassian.com | 27 | | 10032 | amyers@atlassian.com | 20 | +-------+-----------------------------+-----------------------+
This can cause problems with email handlers since the user will not get found if their email address has extra whitespace.
- duplicates
-
JRASERVER-12266 Strip trailing whitespace from email address (and username) on entry
- Closed
- is duplicated by
-
JRASERVER-17501 Email addresses not 'trimmed' (blank spaces removed) when adding users
-
- Closed
-