-
Notifications
You must be signed in to change notification settings - Fork 101
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
Visibility should not 404 for current student #593
Comments
To add, pwn.college/hacker returns a 404 when visibility is set to |
I agree, this sounds like an issue. Correct behavior would be that the visibility check for viewing your own profile is bypassed. Are you also saying that you can’t view other users pages when your own visibility is hidden? Am I getting that right? |
I am saying that I cannot view my own page when my visibility is hidden. Sorry for any confusion, I used your page as an example for this issue. Additionally, you cannot see yourself on dojo leaderboards when your visibility is hidden. |
We should for sure fix the viewing your own page bug.
However, hidden is hidden, I don’t think it makes sense to see yourself on
the dojo leaderboards.
- Adam Doupé
…On Oct 17, 2024 at 10:46:54 PM, Alexander Epolite ***@***.***> wrote:
Are you also saying that you can’t view other users pages when your own
visibility is hidden? Am I getting that right?
I am saying that I cannot view my own page when my visibility is hidden.
Sorry for any confusion, I used your page as an example for this issue.
Additionally, you cannot see yourself on dojo leaderboards when your
visibility is hidden.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/pwncollege/dojo/issues/593*issuecomment-2421357937__;Iw!!IKRxdwAv5BmarQ!Y1bPoa4Cnz-qtLqJm7tmtrOqIhGGn3v-7XxKA5D5zmutr-XIqL-IeWOoMTjboIwqYH-ES-7yc0LZRcGPL1Qf22ktB4dB$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAALXZUFYT4S3GTGGH7XCFTZ4CHD5AVCNFSM6AAAAABP53GSNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRRGM2TOOJTG4__;!!IKRxdwAv5BmarQ!Y1bPoa4Cnz-qtLqJm7tmtrOqIhGGn3v-7XxKA5D5zmutr-XIqL-IeWOoMTjboIwqYH-ES-7yc0LZRcGPL1Qf2546pTsG$>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I agree, we can definitely fix the profile. Unfortunately leaderboard would be trickier because we cache leaderboard calculations for performance reasons, and this would require some changes to that. Possibly we could track the most recent solve so that we could quickly recompute tie-breakers for ordering you, but then you'd see a different ranking than everyone else, and honestly I'm not totally sure that idea really makes sense. |
With visibility on:
Visibility off:
This page should still be visible if the hacker being accessed is the same as the one which is logged in. When I go to my page, I see a 404 page when visibility is set to
Hidden
, which should not happen.The text was updated successfully, but these errors were encountered: