Opened 10 years ago

Closed 9 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 Baptiste Mispelon, 10 years ago

Resolution: fixed
Status: newclosed

Fixed it, thanks for pointing it out.

comment:2 by Russell Keith-Magee, 10 years ago

Resolution: fixed
Status: closednew

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 Baptiste Mispelon, 10 years ago

Triage Stage: UnreviewedAccepted
Version: 1.4

comment:4 by Aymeric Augustin, 10 years ago

Owner: changed from nobody to Aymeric Augustin
Status: newassigned

comment:5 by Aymeric Augustin, 10 years ago

Owner: Aymeric Augustin removed
Status: assignednew

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 Aymeric Augustin, 10 years ago

Easy pickings: unset

comment:7 by Aymeric Augustin, 10 years ago

Type: UncategorizedCleanup/optimization

comment:8 by Collin Anderson, 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:9 by Aymeric Augustin, 10 years ago

Yes, we could.

comment:10 by Collin Anderson, 10 years ago

Has patch: set

https://github.com/django/djangoproject.com/pull/85 changed some /newticket links to point to home page

comment:11 by Collin Anderson <cmawebsite@…>, 10 years ago

In 8a46e5816efe6e45342bc7bdca4371bb54e448a8/djangoproject.com:

Refs #23334 -- changed some /newticket links

/newticket currently has an unfriendly "forbidden" error if you are
logged out. Send them to wiki home page instead.

comment:12 by Tim Graham, 10 years ago

Has patch: unset

comment:13 by Tim Graham, 9 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top