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?
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?
Not currently.
Yes, the
slur_filter
in theconfig.hjson
will prevent any usernames with that slur in it.But also, we recommend turning on registration applications in your server settings.
3 types of federation: open (default), allowlist, and blocklist.
Thank you.