thoughtbot / clearance

Rails authentication with email & password.

Home Page:https://thoughtbot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to delete users?

fabstao opened this issue · comments

commented

Hi!

How could I delete users from the rails web app?

Thanks!

There's not a clearance-specific mechanism to do this ... but you should be able to do this via the rails console the same way you'd destroy any other record (ie, find the record, call destroy, etc...)