Skip to content

disable_custom_urls config option affects both login and registration in different ways #8612

@Cadair

Description

@Cadair

I am trying to do some minimal config / customisation of Riot 1.0 for one of my deployments, and I want the following two things to be true:

  1. Allow login for all servers, i.e. I want well-known to work for users who already have matrix.org accounts.
  2. Have a simple registration screen for my custom HS only.

I can achieve 2 by setting disable_custom_urls to true which leads to a nice simple registration screen:

image

However, this breaks number one, as I now can't have users login with other HSes, so having disable_custom_urls to false leads to the following registration screen:

image

Would it be possible to have a separate setting for disabling server selection on the registration screen? Or for bonus points allowing simple customisation of all three server options? (I might quite like having "openastronomy.org", "matrix.org", "custom" options rather than the defaults for instance).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions