mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Adding a sub user - uses wrong login portal after setup #372
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 @kentbakk on GitHub (Jul 4, 2025).
Current Behavior
Currently if you create a sub user, they receive the account setup email.
Following that link and setting a password then redirects you to YourPanelURL/admin/login
Sub users will get an error trying to login from this page "These credentials do not match our records"
Expected Behavior
Once you are redirected i would expect it to redirect to /login where the subuser can indeed login
Or alternatively that the /admin/login endpoint would accept subusers and redirect to the appropriate location.
Steps to Reproduce
Panel Version
1.0.0-beta21
Wings Version
1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Jul 4, 2025):
Was already fixed (#1389) and will be included in the next release.