archive account

pull/721/head
Pete Matsyburka 4 weeks ago
parent fa91c6d6be
commit 99b3247cf7

@ -47,7 +47,8 @@ class AccountsController < ApplicationController
authorize!(:manage, current_account)
true_user.skip_reconfirmation!
true_user.update!(locked_at: Time.current, email: true_user.email.sub('@', '+removed@'))
true_user.update!(locked_at: Time.current, archived_at: Time.current,
email: true_user.email.sub('@', '+removed@'))
true_user.account.update!(archived_at: Time.current)
# rubocop:disable Layout/LineLength

Loading…
Cancel
Save