Opened 10 years ago
Closed 10 years ago
#23334 closed Cleanup/optimization (fixed)
Incorrect Wiki Login Link
Reported by: | Matt | Owned by: | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Within the body of the wiki start page, there's a pretty prominent link that says "log in with a GitHub account" but it points to the old basic auth login. This should be updated to point to the new GitHub login.
Change History (13)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
There's one other place that this manifests.
If you go to a login-protected page (e.g., new ticket) and you're *not* logged in, you get an "Error: Forbidden" page. At the top of that page is a message that says "You are currently not logged in. You may want to do so now.", which links to the Trac login URL.
So - we need to fix that link. And if we can make the "forbidden page" a little more humane while we're at it....
comment:3 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 1.4 |
comment:4 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 10 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
This is handled deep inside Trac: http://trac.edgewall.org/browser/trunk/trac/web/main.py#L554
I'm not sure how to make changes to that behavior.
comment:6 by , 10 years ago
Easy pickings: | unset |
---|
comment:7 by , 10 years ago
Type: | Uncategorized → Cleanup/optimization |
---|
comment:8 by , 10 years ago
re #23432, could we change a lot of our links to point to the wiki home page, rather than login required urls like /newticket?
comment:10 by , 10 years ago
Has patch: | set |
---|
https://github.com/django/djangoproject.com/pull/85 changed some /newticket links to point to home page
comment:12 by , 10 years ago
Has patch: | unset |
---|
comment:13 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
We've restored the ability to login using basic auth and there's a fairly prominent link to "GitHub Login" on the page, so I think this is good enough for now.
Fixed it, thanks for pointing it out.