django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trac doesn't show "logged in as xxx" anymore

bmispelon opened this issue · comments

After logging in with github, the navigation looks like this:
custom_query_ django-_2015-05-01_13 03 31

It used to say "logged in as xxx" and the "DjangoProject login" link was not there.

Maybe that's related to the recent Trac update?

The code that handles this is here:

https://github.com/trac-hacks/trac-github/blob/master/tracext/github.py#L24-L34

and the configuration is there:

https://github.com/django/code.djangoproject.com/blob/master/trac-env/conf/trac.ini#L79-L82

Perhaps login.label = DjangoProject Login causes this issue.