Opened 6 years ago

Closed 6 years ago

#10672 closed defect (fixed)

login button on not logged in page doesn't work(bugs page)

Reported by: pepijnmm Owned by: Mataniko
Priority: low Component: Web
Version: Keywords: login github bugs newticket
Cc: Game:

Description

When you are not login and you want to make a new ticket it will show:

"You are currently not logged in. You may want to do so now.

Error: Forbidden
TICKET_CREATE privileges are required to perform this operation on Ticket #None. You don't have the required permissions."

"do so" is a href to "/login".
But on that page I get the message: "Error: Not Found
No handler matched request to /login"

I think it would need to go to "/github/login" just like the top link "GitHub Login"

Change History (2)

comment:1 by digitall, 6 years ago

This is an issue with the bug tracker directly, specifically this page:
https://bugs.scummvm.org/newticket

Someone either needs to add a rewrite rule to the Trac Apache instance to map /login to /github/login or the HTML code or generating script needs altering instead.

comment:2 by Mataniko, 6 years ago

Owner: set to Mataniko
Resolution: fixed
Status: newclosed

This should now be fixed with a simple redirect rule.

Note: See TracTickets for help on using tickets.