사용자 삭제 설정 변경 및 수동 이메일 스크리닝 옵션 추가

In order to avoid inadvertently blasting an email or IP address into orbit, is there a way to remove the button here?

This is what we see when clicking on Delete for a user in the admin area.

Important caveat: we only use Delete for new or recent sign-ups when the user starts spamming the forum or adding content that violates our Code of Conduct.

In all other cases, we Anonymize if relevant.

In other words, we only want the Delete Only button.

Next question, which is related: we can manually add an IP to the Screened IPs section but not for Screened Emails:


How can we change this to add a field for manual input?

Thanks in advance,
Rubi

Any clues as to where we can change these settings?

Thanks,
Rubi

‘삭제 및 차단’ 버튼을 제거할 수 있는 설정은 없는 것 같습니다. 하지만 커스텀 테마 컴포넌트에 CSS를 조금만 추가하면 이를 숨길 수 있습니다.

다만 이 버튼은 꽤 유용합니다. 특히 스팸 사용자만 삭제하는 경우라면 더욱 그렇습니다. 이메일과 IP가 차단되지 않으면 그들은 다시 가입할 가능성이 높습니다.

UI에서 이메일을 차단 목록에 수동으로 추가할 수 있는 방법은 여전히 없는 것 같습니다. (레일스 콘솔을 활용하는 우회 방법은 있습니다. How do I manually add an email address to the block list? 하지만 일상적인 사용에는 그렇게 유용하지는 않습니다.) 해당 기능에 대한 Contribute > Feature 요청이 있었던 것 같은데, 찾을 수가 없네요. :thinking:

@JammyDodger thank you, as usual, for the informative and helpful answer :slightly_smiling_face: