-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
Will this not also prevent ASes from registering users? |
Probably, it is a very blunt implementation mainly intended as a first cut for people setting up their own HS who are unlikely to be running ASes. |
Might want to say that it blocks AS signup in the help? |
If it's just a question of adding an "if login_type != LoginType.APPLICATION_SERVICE" and moving the code by a few lines, I think this would make this much more useful and less confusing. |
+1 to dave
|
Perfect. :) |
Disable Registration Config Option
…h results (#84) * Add a config option to prioritise local users in user directory search results (#9383) This PR adds a homeserver config option, `user_directory.prefer_local_users`, that when enabled will show local users higher in user directory search results than remote users. This option is off by default. Note that turning this on doesn't necessarily mean that remote users will always be put below local users, but they should be assuming all other ranking factors (search query match, profile information present etc) are identical. This is useful for, say, University networks that are openly federating, but want to prioritise local students and staff in the user directory over other random users. * Don't mix simple and english psql query types
No description provided.