-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
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
- Platform: web
- Browser: Safari, though the users were mostly using Chrome
- URL: https://riot.kif.rocks/mobile_guide/ currently version 1.0.1
jacotec