-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Django's CONTRIBUTING guide currently points to the New Ticket page: https://code.djangoproject.com/newticket
If you're not logged in, this won't work:
If you click the "do so" link, you get a login that makes it look like you need to create a new account:
Hmm... Now how do I create an account? If I click cancel, by the way, I go here:
OK, no good. At this point, I commenced clicking around the site for a while. I finally ended up at https://code.djangoproject.com/. While that is a separate subdomain, it looks on the project page like only one of many pages. On this page, there is a link that says "log in with a Github account." Finally, I clicked this link, logged in, and went back to file my bug.
I think my confusion (and perhaps many others') could be mitigated by:
- Adding a "login with Github link" to the new ticket page, and/or adding a "create a Django Project account" link. According to the DRY principle, this suggests:
- Adding a unified login page to which both https://code.djangoproject.com/ and the default "not logged in" pages will point to. This login page will have all the options, so that none of them get forgotten or need to be maintained separately.
- Possibly making a "log in" button more prominent on the Django Project site. This is a bigger design decision though.
- Give the "Authorization required." page links to login/registration options.