I am sorry to hear you have lost a member of your community. My condolences! I think you are pretty much on the right track.
There is a procedure for this in the legal empowerment network community:
change account status to tribute and change email address to community+username@foo.com
As needed/appropriate:
Write tribute forum post and tag it #tribute
Update profile page with tribute bio, linking to tribute forum post
Update network champion for organization if appropriate
Draft and send out tribute via mailer (if core member or close partner)
Post replies to discourse post as appropriate
Step 1 is dependent on a wordpress user meta field used to keep track of members. Members can be active, dormant, tribute, or unreachable. community@foo.com is an email address for the helpdesk used in case later there is something going on with the account that needS attention.
Sorry to hear that, Steve. Always a tough one for community managers.
Here are some things you could do:
If the platform allows, you can explore the option to ‘memorialize’ the profile with a suitable message.
If you can get in touch with the family (depending on the nature of the community), you could explore the option of giving them the user credentials to read & respond to messages in the memorial thread. This can be tricky because you want to ensure the right people have access. Trickier if the community member was using a work email for the community, in which case you might need the permission from their company.
Depending on the nature of the community, you can see if they can support the family in any way.
Lastly, if you have the access to a legal team, would be useful to get their advice and inputs on any initiatives you plan, especially around data privacy, security etc.
today we received info that a long standing member of a forum I host has died.
Here’s what I’ve done so far - very similar to the previous posts:
Create a ‘in memoriam’ group and add a flair to show on the deceased account.
anonymise the user email address
what has been suggested by the community is to lock all the user’s posts so they can’t be edited by anyone except ‘admin’ to create a lasting record of their community input.
Does anyone know a way to permanently lock all posts by a user?
Locking the posts like that is likely not necessary and adds UI noise to every post - plus, edit histories are public and such edits can be rolled back if needed.
Sadly, this topic has become relevant to me. I set the user’s title to “In Memoriam” and removed privileges and trust from the account to avoid it being a takeover target.
As an alternative to anonymizing the email address to make the purpose clearer, I still used the .invalid TLD to make the purpose clear and remove any email-based takeover vector. I don’t think I can do that from the UI (I might be mistaken) but succeeded in doing it from the Rail console:
u = User.find_by_username("deceasedUser")
UserEmail.where(user_id: u.id).each() do |e|
e.email = "deceasedUser@in-memoriam.invalid"
e.save!
end
그분은 분명 뛰어난 작업을 많이 해내기로 잘 알려져 있었지만, 커뮤니티의 생활 방식과 운영 방식 때문에 어떤 사용자는 아무도 눈치채지 못하는 사이 비활성 상태가 되기도 합니다.
적어도 공개적으로는 아무도 근황을 묻지 않았고(가족이 이메일로 알려주었을 뿐입니다), 저는 해당 계정에 대해 특별한 조치를 취하지도 않았고, 추모 기능을 설정하지도 않았습니다. 만약 발표가 이루어진다면 가족이 하거나, 가족의 허락을 받아야 한다고 생각했기 때문입니다. 가족에게 물어보았지만, 어떤 답변도 받지 못했습니다.
그래서 해당 계정은 그대로 방치된 상태입니다. 이 커뮤니티에서 그분이 얼마나 소중했던지에도 불구하고, 그저 잊혀진 것처럼 보이는 것이 슬퍼서요.
현재 이 기능이 어떻게 작동하는지를 고려할 때, 이 경우 사용자를 비활성화하는 데에도 반대합니다. 비활성화된 사용자는 검색 결과에 더 이상 표시되지 않고, 사용자 목록에도 나타나지 않으며, 멘션도 받을 수 없습니다. 이로 인해 해당 사용자의 게시물을 찾기가 매우 어려워지는데, 일부 키워드를 기억하고 있지 않으면 더욱 그렇습니다!
흥미로운 기능 요청 사항으로는 사용자 비활성화 시 이 기능을 옵션으로 제공하도록 하는 것입니다. 일부(아마도 대부분의) 경우에는 사용자와 그 사용자의 게시물이 쉽게 발견되지 않는 것이 바람직하지만, 다른 경우(예: 직원이 회사를 퇴사할 때)에는 그렇게 바람직하지 않다고 생각합니다.
2020년에 남마티(Namati)의 커뮤니티 매니저로 일했을 때 (현재는 그래스루츠 저스티스 네트워크(Grassroots Justice Network)로 이름이 변경됨) 제시했던 조언은 그곳에서 여전히 유효한 것 같습니다. 꽤 잘 작동한다고 생각합니다.
이메일 주소를 자신이 확인하는 주소로 변경하는 것만으로도 충분하다고 생각합니다. 누군가 해당 사람에게 메일을 보내려고 시도하면, 그때 사망했음을 알리는 답장을 보낼 수 있습니다. 또한 사용자 설정을 편집하여 이메일 알림과 이메일 요약 기능을 끄도록 할 수도 있습니다.