django / code.djangoproject.com

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login with github is secret

amosonn opened this issue · comments

I found out this option on https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/
In other contexts, the login displays a popup with username and password, and no clear way to login using github.

There should be "GitHub Login" to the left of "DjangoProject Login" on all Trac pages (e.g. https://code.djangoproject.com/).

Here's what the page looks like for me. As Tim said, there should be a "GitHub Login" link at the top:
django_-_2015-12-09_17 06 53

Shame on me for not looking harder.
However, this one (logged in version of addticket) doesn't have the button.
As far as I can tell, other github-logged-in versions don't have it as
well. Maybe intended, but it is somewhat confusing - if you have some tabs
opened while you were logged in, and another one says you're not, you might
not find it. The "you might want to do so now", which
doesn't suggest the github option, is also confusing.

django2

I agree that it's confusing. It's actually a bug that appeared a while ago and we haven't been able to fix it yet: #51.

Thanks.