Ticket #2276 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

nav bar display

Reported by: philip.cooper@openvest.com Assigned to: dalius
Priority: lowest Component: AuthOpenIdPlugin
Severity: trivial Keywords:
Cc: Trac Release: 0.10

Description

This is pretty minor but:

You did the right thing in a 'sreg' request to get the nickname. If you have it, you should (IMO) put use it rather than the url in the nav bar. url's are ugly to look at.

125c125
<             yield ('metanav', 'openidlogin', 'logged in as %s' % req.authname)
---
>             yield ('metanav', 'openidlogin', 'logged in as %s' % (req.session.get('nickname') or req.authname))

Attachments

Change History

12/07/07 00:20:15 changed by dalius

  • status changed from new to closed.
  • resolution set to fixed.

Fixed.

Are use using this plugin with trac version 0.10?


Add/Change #2276 (nav bar display)




Change Properties
Action