Add "Disable user" functionality to the Auth dashboard #3377
Unanswered
chipilov
asked this question in
Feature Requests
Replies: 1 comment 1 reply
|
related we could put this logic behind a button in dashboard |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, you can easily remove existing users from the Dashboard by going to the users' table under Auth and clicking on "Delete user".
It would be nice if you also had a button called "Disable user" similar to Firebase. The expectation for a disabled user is that:
Currently, all this can be achieved but as far as I can tell it requires the following manual work:
All reactions