We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Note: Deleting a user can have unintended consequences when there are proxies, groups, and other things tied to that user.
Start the rails console:bundle exec rails console production or bundle exec rails console production
bundle exec rails console production
Delete the user's record:Example: User.where(email: '[email protected]').first.delete
User.where(email: '[email protected]').first.delete