Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12227


Ignore:
Timestamp:
Oct 6, 2015, 2:18:05 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12227 – Description

    initial v1  
    1 Users aren't displayed in the ticket //assign-to// field (TracTickets#Assign-toasDrop-DownList) until they have authenticated with the project (`[ticket] restrict_owner = true`). Some users choose to run a SQL query on the database to insert "known users". To help with this recurring issue we could extend the `session set` command or add a `session promote` command, either of which would effectively execute [browser:/tags/trac-1.0.9/trac/web/session.py@:271#L271 Select.promote_session].
     1Users aren't displayed in the ticket //assign-to// field (TracTickets#Assign-toasDrop-DownList) until they have authenticated with the project (`[ticket] restrict_owner = true`). Some users choose to run a SQL query on the database to insert "known users". To help with this recurring issue we could extend the `session set` command or add a `session promote` command, either of which would effectively execute [browser:/tags/trac-1.0.9/trac/web/session.py@:271#L271 Session.promote_session].