[Twisted-Python] Fix link on trac for logging in
![](https://secure.gravatar.com/avatar/469df05f5dfd5b75fb3cb3a0868d36bf.jpg?s=120&d=mm&r=g)
Hi, If a user clicks on this link: https://twistedmatrix.com/trac/newticket They see this text: You are currently not logged in. You may want to do so <https://twistedmatrix.com/trac/login> now. The link on "do so" is wrong. *Can someone fix that link to point to the Github login link?* Ideally, this link: https://twistedmatrix.com/trac/login should redirect to: https://twistedmatrix.com/trac/github/login Because there seem to be various paths that users are hitting the first link and then getting confused when they can't log into Trac. -- Craig
![](https://secure.gravatar.com/avatar/469df05f5dfd5b75fb3cb3a0868d36bf.jpg?s=120&d=mm&r=g)
Is there someone with access to the twistedmatrix Trac source code who can fix the text at the place where it says *You are not logged in* aftr clicking on https://twistedmatrix.com/trac/newticket ? -- Craig On Thu, Jun 14, 2018 at 11:21 AM Craig Rodrigues <rodrigc@crodrigues.org> wrote:
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
The twisted trac source code is here: https://github.com/twisted-infra/twisted-trac-source <https://github.com/twisted-infra/twisted-trac-source> I think the relevant bit of code is https://github.com/twisted-infra/twisted-trac-source/blob/6b7b4156a50c05f284... <https://github.com/twisted-infra/twisted-trac-source/blob/6b7b4156a50c05f284...> here, but I'm not quite sure how to change it. If you can make a PR we can probably get it deployed though, this is definitely an annoying bug. (Alternately, maybe just make /trac/login a redirect in the web server?) -g
![](https://secure.gravatar.com/avatar/469df05f5dfd5b75fb3cb3a0868d36bf.jpg?s=120&d=mm&r=g)
Where is the Twisted Web config for specifying redirects of twistedmatrix.com? For this case, adding a redirect seems better than modifying the Trac code. -- Craig On Saturday, August 18, 2018, Glyph <glyph@twistedmatrix.com> wrote:
(Alternately, maybe just make /trac/login a redirect in the web server?)
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
The Twisted website is constructed here: https://github.com/twisted-infra/braid/blob/master/services/t-web/twisted-we... <https://github.com/twisted-infra/braid/blob/master/services/t-web/twisted-we...> and of course it's a twisted.web resource, so you can make it do whatever you like :). -glyph
![](https://secure.gravatar.com/avatar/469df05f5dfd5b75fb3cb3a0868d36bf.jpg?s=120&d=mm&r=g)
Is there someone with access to the twistedmatrix Trac source code who can fix the text at the place where it says *You are not logged in* aftr clicking on https://twistedmatrix.com/trac/newticket ? -- Craig On Thu, Jun 14, 2018 at 11:21 AM Craig Rodrigues <rodrigc@crodrigues.org> wrote:
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
The twisted trac source code is here: https://github.com/twisted-infra/twisted-trac-source <https://github.com/twisted-infra/twisted-trac-source> I think the relevant bit of code is https://github.com/twisted-infra/twisted-trac-source/blob/6b7b4156a50c05f284... <https://github.com/twisted-infra/twisted-trac-source/blob/6b7b4156a50c05f284...> here, but I'm not quite sure how to change it. If you can make a PR we can probably get it deployed though, this is definitely an annoying bug. (Alternately, maybe just make /trac/login a redirect in the web server?) -g
![](https://secure.gravatar.com/avatar/469df05f5dfd5b75fb3cb3a0868d36bf.jpg?s=120&d=mm&r=g)
Where is the Twisted Web config for specifying redirects of twistedmatrix.com? For this case, adding a redirect seems better than modifying the Trac code. -- Craig On Saturday, August 18, 2018, Glyph <glyph@twistedmatrix.com> wrote:
(Alternately, maybe just make /trac/login a redirect in the web server?)
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
The Twisted website is constructed here: https://github.com/twisted-infra/braid/blob/master/services/t-web/twisted-we... <https://github.com/twisted-infra/braid/blob/master/services/t-web/twisted-we...> and of course it's a twisted.web resource, so you can make it do whatever you like :). -glyph
participants (2)
-
Craig Rodrigues
-
Glyph