Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Nickname Changes for Banned Users and Apply Name Filter #192

Open
magge-faf opened this issue Nov 22, 2023 · 3 comments
Open

Allow Nickname Changes for Banned Users and Apply Name Filter #192

magge-faf opened this issue Nov 22, 2023 · 3 comments

Comments

@magge-faf
Copy link

Issue:

If someone is banned for a family-unfriendly nickname, then the moderator team has to permanent ban him, so he approaches the team for a rename. Otherwise, the offender would simply ignore the request for a nick change.

This creates an additional workload for the team.

Solution 1:

Allow the banned user to login into the website only be able to rename himself.

Bonus Solution 2:

A pre-check for nicknames when registering/changing, so the most common violating names are filtered. If someone is dodging that, then further actions can be taken regarding his intended malicious behavior from the moderator team.

@Brutus5000
Copy link
Member

Brutus5000 commented Nov 22, 2023

This is not possible in the current setup. Might be possible with the planned user control panel in the user service.

@fcaps
Copy link
Contributor

fcaps commented Nov 22, 2023

to reduce the workload (and possibly the implementation complexity), i would propose to make it possible to automatically change the username in the moderator-app. we could use something like https://wordcounter.net/random-word-generator to generate the new username and send a mail to the user.

Bonus: he also will be blocked for x days to not change it as a small punishment.
btw. is a banned name still visible in the "name-history"?

yeah, moving this issue to the user-service would be nice.

@magge-faf
Copy link
Author

Force-Renaming is already possible in the Moderator Client aka Mordor. The name-history is still there and can be searched, which is a nice QOL.

However, if a Moderator force-changes a nick, the offender cannot login anymore with his old nick (only email) and he gets confused why it does not work. That is unfortunately not a helpful approach, because they will still ask the Moderator Team why they cannot login suddenly.

Automating sending an email after force-changing their nick would be nice, but I assume this will take too much developer time and needs backend changes to make that happen.

Manually sending an email about the offender's new nick from a Moderator Member is not viable either, because this is just asking for troubles about data protection.

@Sheikah45 Sheikah45 transferred this issue from FAForever/website Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants