OIDC settings tweaks (#28787)
* Hide 3pid account settings if account is managed externally As they would be disabled and just confusing otherwise Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Show manage device button instead of sign out button for other devices in OIDC mode Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tidy up Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9d5141cfaa
commit
16d2cccb73
@@ -238,7 +238,6 @@
|
||||
"oidc": {
|
||||
"error_title": "We couldn't log you in",
|
||||
"generic_auth_error": "Something went wrong during authentication. Go to the sign in page and try again.",
|
||||
"logout_redirect_warning": "You will be redirected to your server's authentication provider to complete sign out.",
|
||||
"missing_or_invalid_stored_state": "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again."
|
||||
},
|
||||
"password_field_keep_going_prompt": "Keep going…",
|
||||
@@ -2821,6 +2820,7 @@
|
||||
"inactive_sessions_list_description": "Consider signing out from old sessions (%(inactiveAgeDays)s days or older) you don't use anymore.",
|
||||
"ip": "IP address",
|
||||
"last_activity": "Last activity",
|
||||
"manage": "Manage this session",
|
||||
"mobile_session": "Mobile session",
|
||||
"n_sessions_selected": {
|
||||
"one": "%(count)s session selected",
|
||||
|
||||
Reference in New Issue
Block a user