Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatterbox requires registration is enabled on a homeserver, which causes some usability issues on private hosts. #98

Open
Half-Shot opened this issue Oct 20, 2022 · 0 comments

Comments

@Half-Shot
Copy link
Member

While it's possible (at least on Synapse) to set your homeserver to registration-enabled but protected by a token (and in fact this is the default) clients are not aware that this is a flow intended for chatterbox users, causing issues like https://github.com/vector-im/element-web/issues/23560.

The setup for this problem is fairly simple:

  • Have a host that is effectively registration disabled, but with a secret token for your chatterbox users. You could also have it be SSO enabled.
  • Clients are presented with the option to register, but only after registration does this become apparent that you can't use it.

It's not really a chatterbox problem per-se, but due to our requirements of this token it does make it a bit more awkward for everyone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant