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

create a validator for names to test against a bad words list #94

Open
corp-0 opened this issue Jun 19, 2024 · 0 comments
Open

create a validator for names to test against a bad words list #94

corp-0 opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@corp-0
Copy link
Member

corp-0 commented Jun 19, 2024

Idea being making sure people don't take certain valid names that might be offensive or misleading.

The validator should apply at the moment of creation of the Account object, similar to how we currently validate characters and should prevent people from creating their account if their chosen names are in a list of bad words.

In order to avoid commiting offensive words in plain text to github, the text file should be encoded and decoded by central command. Provide tooling for doing the encoding automatically.

@corp-0 corp-0 added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant