Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7491 closed enhancement (wontfix)

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

Reported by: sanchoo@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: project Version: 0.12dev
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (2)

comment:1 by anonymous, 16 years ago

Component: ticket systemproject
Milestone: 0.11.2
Owner: set to Jonas Borgström
Version: 0.12dev

comment:2 by Remy Blank, 16 years ago

Milestone: 0.11.2
Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.