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 , 6 years ago
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This should now be fixed with a simple redirect rule.
Note:
See TracTickets
for help on using tickets.
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.