id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 2276,nav bar display,philip.cooper@…,Dalius,"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)) }}}",enhancement,closed,lowest,AuthOpenIdPlugin,trivial,fixed,,,0.10