Changes between Initial Version and Version 1 of Ticket #2134, comment 5


Ignore:
Timestamp:
Aug 13, 2014, 3:21:42 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2134, comment 5

    initial v1  
    11If you change the query in the dbBackend.py method getPossibleUsers to the query trac uses to get usernames
    22
     3{{{#!python
    34cursor.execute("""
    45                 SELECT DISTINCT s.sid, n.value, e.value
     
    1011                 WHERE s.authenticated=1 ORDER BY s.sid
    1112                 """)
     13}}}
    1214
    1315Then the user list is populated correctly