You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Allow login for all servers, i.e. I want well-known to work for users who already have matrix.org accounts.
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:
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:
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).