Changes between Initial Version and Version 1 of Ticket #11622, comment 20


Ignore:
Timestamp:
Mar 19, 2014, 4:26:40 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11622, comment 20

    initial v1  
    88One point I did not previously understand is:
    99
    10 For an authenticated session, the `sid` (`SESSION.sid`) is used in the author field when changes are made (and a feature long-requested is to use the "full username", from `SESSION_ATTRIBUTE.name`: trac:#7339). However, for an anonymous session, the `sid` is a hash and the username from `SESSION_ATTRIBUTE.name` together with `SESSION_ATTRIBUTE.email` to populate the author in a form.
     10For an authenticated session, the `sid` (`SESSION.sid`) is used in the author field when changes are made (and a feature long-requested is to instead display the "full username", from `SESSION_ATTRIBUTE.name`: trac:#7339). However, for an anonymous session, the `sid` is a hash and the username from `SESSION_ATTRIBUTE.name` together with `SESSION_ATTRIBUTE.email` to populate the author in a form.
    1111
    1212Regarding the code, this line confused me a bit: