mastodon/lib/tasks
Eugen fa08b5079d Make the rake mastodon:users:clear task properly clear out unconfirmed users (#1777)
Before it cleared out user records only (e-mail, password) without
freeing up the associated username (account record). Furthermore, since
these records have no dependent records (due to no user activity)
they can be deleted quickly with delete_all instead of destroy
2017-04-15 21:55:28 +02:00
..
.keep Initial commit 2016-02-20 22:53:20 +01:00
mastodon.rake Make the rake mastodon:users:clear task properly clear out unconfirmed users (#1777) 2017-04-15 21:55:28 +02:00