#52670: Suggested login link is wrong ----------------------------+--------------------- Reporter: ryandesign | Owner: admin@… Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: Keywords: | Port: ----------------------------+--------------------- If I'm not logged in yet, and I visit https://trac.macports.org/newticket, [attachment:"Screen Shot 2016-10-21 at 9.24.42 PM.png" I'm told]:
[# close] You are currently not logged in. You may want to [/login do so] now.
= Error: Forbidden
TICKET_CREATE privileges are required to perform this operation on Ticket #None. You don't have the required permissions.
Note the misplaced word "close" at the beginning, which should presumably be some kind of button or icon. If I then click the words "do so", [attachment:"Screen Shot 2016-10-21 at 9.24.50 PM.png" I'm told]:
= Error: Not Found
No handler matched request to /login
Our actual login link is https://trac.macports.org/github/login. Can we get a web server redirect for this? Maybe: {{{ RewriteEngine On RewriteRule ^/login$ /github/login [L,R] }}} -- Ticket URL: <https://trac.macports.org/ticket/52670> MacPorts <https://www.macports.org/> Ports system for OS X