FAForever/faf-moderator-client

Add domain blacklist

Closed this issue · 5 comments

Allow to add/remove entries from/to the domain blacklist

@micheljung Whats the daomain blacklist? Has it to do with Domains being blocked in IRC?

There is a blacklist table in the db that is checked in user registration (faf-java-api).
This feature requires api support -> the domain blacklist must be exposed as an elide entity (create the entity class and set the right elide permissions).

So Email domains right?

Yes.

API side implemented here FAForever/faf-java-api#185