mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[GH-ISSUE #91] Wrong stats for members in pangolin #18368
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lokowitz on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/91
When logging in with an user with role "member" the pangolin page is not showing the correct values.
I have one local site and three resources.
The user has access to one resource.
I also tried with incognito window.
@Lokowitz commented on GitHub (Jan 22, 2025):
Perhaps a list view of all accessible resources for the logged-in user would be nice. Like a small dashboard.
@miloschwartz commented on GitHub (Jan 22, 2025):
This is where we were planning on heading with the landing pages. We weren't sure yet what we wanted the dashboard to look like, so we put these placeholders there in the mean time. I think what you described would be ideal.
@cirrusflyer commented on GitHub (Feb 3, 2025):
And a general member user shouldn't be able to see the number of users. Just what resources they have access to.
@LeonvanHeerden commented on GitHub (Mar 20, 2025):
If you go to the resources page and make sure that your user's email is selected under the Authentication -> Users & Roles, then the Resources will increase to show how many you have access too on the Dashboard. The Role doesn't seem to have an effect on the count even though the access works.
It would be nice to show all the URLs that they have access to, so that they can just click them to go to the site.
@Lokowitz commented on GitHub (Sep 25, 2025):
Implemented in PR