|
|
|
@ -47,7 +47,8 @@ class AccountsController < ApplicationController
|
|
|
|
authorize!(:manage, current_account)
|
|
|
|
authorize!(:manage, current_account)
|
|
|
|
|
|
|
|
|
|
|
|
true_user.skip_reconfirmation!
|
|
|
|
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)
|
|
|
|
true_user.account.update!(archived_at: Time.current)
|
|
|
|
|
|
|
|
|
|
|
|
# rubocop:disable Layout/LineLength
|
|
|
|
# rubocop:disable Layout/LineLength
|
|
|
|
|