mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 11:33:52 +03:00
When an administrator logs in, it should default redirect them to /admin #548
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 @lancepioch on GitHub (Jan 16, 2026).
Originally assigned to: @lancepioch on GitHub.
Optionally this could be a toggle, but it should be the default IMO
@notAreYouScared commented on GitHub (Jan 16, 2026):
I would beg to differ.
@rmartinoscar commented on GitHub (Jan 17, 2026):
Toggle is fine but it shouldn't default to that imo.
@Boy132 commented on GitHub (Jan 17, 2026):
The redirect is determined by the filament panel:
/loginwill redirect to server list/admin/loginwill redirect to admin dashboard/server/loginwill redirect to first server (or 404)Not sure if it's worth making things more complicated with more settings and toggles.
@H1ghSyst3m commented on GitHub (Jan 18, 2026):
I also think a toggle would be nice. So default would be admin, but in settings it can user can change to client.
Also yeah it can make the simple change overcomplicating, the toggle can later be implemented in a separate Pr, maybe a PR were all users can set their login default page as example to a specific server, page and so on.