mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Reset Password button visible and causes error when creating a new user #477
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 @H1ghSyst3m on GitHub (Oct 28, 2025).
Current Behavior
When creating a new user, the "Reset Password" button above the password field is visible, even though it should not be.
New users already receive a link to set their password, so the reset button is redundant in this context.
If the button is pressed during user creation, the following error occurs:
An attempt was made to evaluate a closure for [Filament\Actions\Action], but [$user] was unresolvable.This could cause confusion, as it may appear that the admin should be able to send a password reset to a user who does not yet exist.
Expected Behavior
When creating a new user, the "Reset Password" button should be hidden or disabled until the user has been created.
This prevents the error and avoids confusion for administrators.
Steps to Reproduce
Panel Version
1.0.0-beta27
Wings Version
1.0.0-beta18
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?