Edgewall Software

Ticket #7491 (closed enhancement: wontfix)

Opened 4 months ago

Last modified 2 months ago

Remove word "anonymous" from the 'Your email or username field;

Reported by: sanchoo@… Owned by: jonas
Priority: high Milestone:
Component: project Version: 0.12dev
Severity: trivial Keywords:
Cc:

Description

I would like to get some guidance on how to go about removing the word "anonymous" from showing up in the input box for the "Your email or username"field when creating a new ticket. I still would like that field to perform the same way it currently does, but I just don't want the field to be auto populated with "anonymous".

Attachments

Change History

Changed 3 months ago by anonymous

  • owner set to jonas
  • version set to 0.12dev
  • component changed from ticket system to project
  • milestone set to 0.11.2

Changed 2 months ago by rblank

  • status changed from new to closed
  • resolution set to wontfix
  • milestone 0.11.2 deleted

The easiest is probably to hack the ticket template trac/ticket/templates/ticket.html, at the location where the text box is defined:

<input type="text" id="author" name="author" size="40" value="$author_id" />

But this is not going to be implemented in core.

Add/Change #7491 (Remove word "anonymous" from the 'Your email or username field;)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.