Opened 18 years ago
Last modified 13 years ago
#699 new enhancement
Specify realname and email address in session table
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | user session attribute management |
Cc: | py.hieroglyph@…, osimons | Trac Release: | 0.11 |
Description
Ability to specify realname / email address per user in the session table. Useful for instance where the person looking after trac is not the systems administrator.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
Trac Release: | 0.9 → 0.11 |
---|
comment:2 Changed 15 years ago by
Summary: | User settings → Specify realname and email address in session table |
---|
comment:3 follow-up: 5 Changed 15 years ago by
comment:5 Changed 13 years ago by
Cc: | osimons added |
---|---|
Keywords: | user session attribute management added |
Replying to py.hieroglyph@googlemail.com:
I am interested in similar functionality and may have a go at this. Does anyone have any more concrete requirements? I was thinking of:
- view (unique) session records, esp. last login date/time
- ability to add name and email records in session_attribute
Both are addressed by AccountManagerPlugin, that doesn't require TRAC_ADMIN
anymore after introducing a dedicated privileges ACCTMGR_USER_ADMIN
for such actions.
- ability to set last login date/time so username is added to assign-to drop list etc (see http://pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down for more info)
This is neither supported by AccountManager yet, nor does it sound like a good idea to me.
While I understand your intention to populate the owner drop-down, that doesn't change the fact, that you want to fake a login event that never happened. Showing only user names, that are logging in at least once is on purpose. Only this way you're somewhat sure about their affiliation with the system. Of course there's still no guarantee that they know how to pick-up and act on tickets assigned to them.
...however I have no experience with writing trac plugins! Suggestions / assistance welcome!
Well, there are developers doing plugin development for fun or for money, if you would set out a bounty, or even for both. For Trac plugin coding guidance better ask at the mailing-list or in #trac IRC channel at freenode.net .
I am interested in similar functionality and may have a go at this. Does anyone have any more concrete requirements? I was thinking of:
...however I have no experience with writing trac plugins! Suggestions / assistance welcome!