Reset Password button visible and causes error when creating a new user #477

Closed
opened 2026-02-04 18:11:24 +03:00 by OVERLORD · 0 comments
Owner

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.

Image

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

  1. Open Admin Dashboard
  2. Go to the Users tab
  3. Click Create
  4. Fill in the required data
  5. Click Reset Password
  6. Observe the error

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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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. <img width="854" height="265" alt="Image" src="https://github.com/user-attachments/assets/13b8327a-1d32-41e2-8728-8d0b6a883dc6" /> ### 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 1. Open **Admin Dashboard** 2. Go to the **Users** tab 3. Click **Create** 4. Fill in the required data 5. Click **Reset Password** 6. Observe the error ### 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 ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#477