mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #2488] Password protection not enforced in Authentication Methods #10935
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 @jtechbyte on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2488
Describe the Bug
When configuring password protection under the Authentication Methods section in Pangolin, the security layer is not being enforced.
After assigning a password to protect a resource, the application does not prompt for authentication and allows access without requiring the configured credentials.
Environment
To Reproduce
Expected Behavior
Once password protection is enabled and configured, users should be required to authenticate before gaining access to the protected resource.
@miloschwartz commented on GitHub (Feb 25, 2026):
You likely already have a session. Try clearing the cookies or using incognito. I am unable to reproduce.
@jtechbyte commented on GitHub (Feb 25, 2026):
Yeah I tried external browsers and I still get the login screen without the
extra layer of protection.
On Wed, Feb 25, 2026 at 3:09 PM Milo Schwartz @.***>
wrote: