Changes between Initial Version and Version 2 of Ticket #7022


Ignore:
Timestamp:
Apr 7, 2018, 7:10:26 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7022 – Description

    initial v2  
    11When using the following config in trac.ini
    22
     3{{{#!ini
    34[components]
    45ticketvalidator.* = enabled
     
    78validate_author = true
    89validate_author.tip = Please fill your valid email address
     10}}}
    911
    1012and an anonymous user saves his email in trac preferences cookie
    1113e.g. http://hostname/projects/pathtoproject/prefs
    1214
    13 then the Author field becomes something like
    14 "Andrew Beck <andrew.beck@nokia.com>"
    15 which fails validation where just andrew.beck@nokia.com works
     15then the Author field becomes something like `Andrew Beck <andrew.beck@nokia.com>` which fails validation where just `andrew.beck@nokia.com` works.