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
Home Servers admins can enable mandatory backup in /.well-known/matrix/client by returning:
"io.element.e2ee": {
"secure_backup_required": true
"secure_backup_setup_methods": ["passphrase"] (optional, defaults to "all methods accepted")
}
The client should make secure key/passphrase backup & session verification mandatory on login/account creation if this option is enabled.
Have you considered any alternatives?
No
Additional context
No
The text was updated successfully, but these errors were encountered:
Your use case
Home Servers admins can enable mandatory backup in /.well-known/matrix/client by returning:
"io.element.e2ee": {
"secure_backup_required": true
"secure_backup_setup_methods": ["passphrase"] (optional, defaults to "all methods accepted")
}
The client should make secure key/passphrase backup & session verification mandatory on login/account creation if this option is enabled.
Have you considered any alternatives?
No
Additional context
No
The text was updated successfully, but these errors were encountered: