Deactivate/soft-delete user
Is there a way of deactivating or soft-deleting user?
I want to basically keep a user entry in the DB, but disable sign-ins and resetPassword actions, as if the user does not exist. Ideally, the user should be able to sign up again.
I want to basically keep a user entry in the DB, but disable sign-ins and resetPassword actions, as if the user does not exist. Ideally, the user should be able to sign up again.