Skip to content

Mobile Guide suggests not changing the IS URL even though a custom default IS is defined #8825

@thegcat

Description

@thegcat

Description

The /mobile_guide page shows the following note:

Note: You shouldn't need to modify the identity server field, which by default is set to https://vector.im.

This is erroneous and has caused a few users trying to register on our server to fail registration. We offer our own Identity Server.

Furthermore our Riot Web installation has, amongst others, the following configuration bits:

    "default_hs_url": "https://matrix.kif.rocks",
    "default_is_url": "https://matrix.kif.rocks",
    "disable_custom_urls": true,

This all works well for Riot itself. The mobile guide should also reflect those settings, in this case it should not even hint at other identity servers being usable as disable_custom_urls is true.

Steps to reproduce

Install Riot Web with the config above.

Version information

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions