Purge last_known_ip when a user is deleted

This commit is contained in:
Alex Gleason 2021-01-06 15:05:07 -06:00
parent 490ca3be58
commit 5736c57f10
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -1700,7 +1700,8 @@ def purge_user_changeset(user) do
fields: [],
raw_fields: [],
is_discoverable: false,
also_known_as: []
also_known_as: [],
last_known_ip: nil
})
end