Modify

Opened 16 years ago

Closed 16 years ago

#2276 closed enhancement (fixed)

nav bar display

Reported by: philip.cooper@… Owned by: 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 (0)

Change History (1)

comment:1 Changed 16 years ago by Dalius

Resolution: fixed
Status: newclosed

Fixed.

Are use using this plugin with trac version 0.10?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dalius.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.