-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message "You are currently not logged in. You may want to do so now." leads to error page #95
Comments
|
|
|
The message with link is added by _send_user_error. The only possibility I see is to remove or replace the link using JavaScript. I opened a ticket trac:#12332 to discuss. |
|
Another option would be to have a configuration option Or we can get the same effect using a variable like |
|
Additional thoughts in trac:#12332:comment:3. |
|
Proposed fix in #127. |
On navigating to a page which the user doesn't have permission to view the following message is displayed: You are currently not logged in. You may want to do so now. The phrase do so is a link to
/login. When using trac-github plugin the login path is/github/login. It can be seen here that clicking on do so links to an error page No handler matched request to /login.Was the intent of using
/github/loginas the path to allow trac-github to function side-by-side with Trac's login module?The text was updated successfully, but these errors were encountered: