Is there a way to see a list of all of the registered users on an instance?
Can we restrict registered usernames (e.g. not allow slur-filled usernames)?
Are all Lemmy instances openly federated unless they are on the block list?
Submitted 2 years ago by suspended@lemmy.ml to lemmy_support@lemmy.ml
Is there a way to see a list of all of the registered users on an instance?
Can we restrict registered usernames (e.g. not allow slur-filled usernames)?
Are all Lemmy instances openly federated unless they are on the block list?
Is there a way to see a list of all of the registered users on an instance?
afaik no (not yet?), you could look them up in the database
Are all Lemmy instances openly federated unless they are on the block list?
if your instance uses open federation, yes. it then basically federates with all other "open" instances and those who have yours on their allow-list (and which are not on your block-list).
if your instance uses an allow-list, only allowed instances could federate, no need for blocking here.
Thank you.
Can we restrict registered usernames (e.g. not allow slur-filled usernames)?
Make an issue for this, it sounds like something that will get done.
As an aside, this question was prompted because we noticed someone had registered to our instance with the name of "hitlerschild" and posted, through federation, to the post "Do you read books?" posted on asklemmy@lemmy.ml.
Given this is a potential abuse vector, it might be wise to also globally restrict federated posting on new accounts for some period of time such as 24-72 hours.
We recommend turning on registration applications in your server settings, almost all lemmy instances have been getting trolled these last 3 weeks.
dessalines@lemmy.ml 2 years ago
Not currently.
Yes, the
slur_filter
in theconfig.hjson
will prevent any usernames with that slur in it.3 types of federation: open (default), allowlist, and blocklist.
suspended@lemmy.ml 2 years ago
Thank you.