Bug Report
The "Force Unlock" button is visible on create for auth collections.
Expected Behavior
The button should be disabled so you can see where it is for later use.
Current Behavior
The button is not disabled and when clicked it and it makes a non-sense request to unlock a user without sending the needed email address, returning a 500 status.
Possible Solution
Instead of disabling, we could hide it. I prefer to disable it for UX.
Steps to Reproduce
- Have a collection that includes
auth
- From the admin panel, go to create a new item in the collection
- Click the "Force Unlock" button
Detailed Description
payload v0.2.9
Bug Report
The "Force Unlock" button is visible on create for auth collections.
Expected Behavior
The button should be disabled so you can see where it is for later use.
Current Behavior
The button is not disabled and when clicked it and it makes a non-sense request to unlock a user without sending the needed email address, returning a
500status.Possible Solution
Instead of disabling, we could hide it. I prefer to disable it for UX.
Steps to Reproduce
authDetailed Description
payload v0.2.9