-
Notifications
You must be signed in to change notification settings - Fork 102
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
Meaningful error message should be shown for unauthenticated reviewbouncing page #1692
Comments
Duplicate of #1487 . |
Even if you get an error message it is not user friendly and confusing. It is better to redirect to the login with a friendly message like "Please login to review the bounces for list xyz.". So I suggest to close #1487 and reopen this issue. |
+1 We are running into the same bug, but it is not just in this specific case - it happens in many different "access denied" cases, in fact I believe it is most cases. For example: Login as a moderator, but not an owner. Try to access any of the list settings pages, many of which are still available in the nav menu. You always get the same empty red dialog box. |
…privileges are required (sympa-community#1692)
Please apply this patch (against 6.2.72) and check if the problem will be solved. |
Sorry to say, the patch had no effect, at least on the specific case we're seeing. (Login as an editor but not an owner, try to access any list settings pages.) I did not test any other cases. |
@adam12b1 , please apply this additional patch and try again. |
Hooray, looks like that fixed it, thanks! |
Meaningful error message should be shown for unauthenticated user if privileges are required (#1692)
Version
6.2.72
Installation method
Release tarball
Expected behavior
When going to https://example.org/sympa/reviewbouncing/list while being unauthenticated, I should get a "You need to login" message.
Actual behavior
I have a red box, used for error messages, but with no error message in it.
Steps to reproduce
Go to https://example.org/sympa/reviewbouncing/list while being not authenticated
Additional information
Here’s the relevant wwsympa’s log:
The text was updated successfully, but these errors were encountered: