-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add admin option to disable E2EE for DMs / private rooms (users can still enable) #13705
Comments
This comment has been minimized.
This comment has been minimized.
We also probably want the same option to control the verification toasts & dialogs after login / registration: there's no point verifying your devices if you're not using e2e (we may want to keep some form of the 'new login, was this you?' toast to help people notice unusual sign ins, but it would need different UX so I'd suggest this comes later). |
We're continuing to discuss and revise the level of configurability to offer to here, so for the moment this is blocked on some product choices. Rest assured this remains a top priority for us; we just need to work out a few more details first. |
This comment has been minimized.
This comment has been minimized.
I have updated the issue body to match our latest thinking around using |
Thanks for the |
Updated issue body to warn in both room creation and account settings when disabled by admin. |
Updated issue body to reflect that cross-signing toasts should still appear once you join an E2EE room. |
Maybe better |
also I'm hoping the |
They all seem equal parts okay and possibly unclear to someone. |
If user see "enabled=false", he understand that it will be globally disabled, but users still can enable it, so this option is only disable it by default for DM, that's all. |
To me |
Okay, I'm convinced, will update the spec. 😄 (Oh, I see @t3chguy already did!) |
Where should we show this tile? The Encryption enabled tile is shown in place of the
|
This has been descoped due to complexity with injecting tiles unrelated to timeline events and will be handled by next week's "Notifications" rework project. |
Add a
.well-known
option to allow homeserver admins to set the default E2EE behaviour back to disabled for DMs / private rooms (as it was before 1.6) for various environments where this is desired.This variant would still allow users to enable encryption, so it would only influence the default behaviour.
In more detail, a homeserver admin can add the following to
/.well-known/matrix/client
:which will cause the following behaviour changes in Riot:
Encryption enabled
tile for non-e2ee roomsThe text was updated successfully, but these errors were encountered: