diff --git a/templates/components/navbar.html b/templates/components/navbar.html index f9d2e434a..2e04285a5 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -21,7 +21,7 @@ limitations under the License.
Please enter the 6-digit code sent to: {{ email.email }}
{{ scope::list(scopes=grant.scope) }}
Make sure that you trust {{ client.client_name | default(value=client.client_id) }}.
You may be sharing sensitive information with this site or app. {% if client.policy_uri or client.tos_uri %} diff --git a/templates/pages/policy_violation.html b/templates/pages/policy_violation.html index 81b76b46e..7930b1008 100644 --- a/templates/pages/policy_violation.html +++ b/templates/pages/policy_violation.html @@ -20,7 +20,7 @@ limitations under the License. - The authorization request was denied the policy enforced by this service. + The authorization request was denied the policy enforced by this service. This might be because of the client which authored the request, the currently logged in user, or the request itself. @@ -33,7 +33,7 @@ limitations under the License. - Logged as {{ current_session.user.username }} + Logged as {{ current_session.user.username }} {{ logout::button(text="Sign out", class=button::plain_error_class(), csrf_token=csrf_token, post_logout_action=action) }} diff --git a/templates/pages/sso.html b/templates/pages/sso.html index 31817e1e4..b68a845fa 100644 --- a/templates/pages/sso.html +++ b/templates/pages/sso.html @@ -33,7 +33,7 @@ limitations under the License. {{ scope::list(scopes="openid urn:matrix:org.matrix.msc2967.client:api:*") }} - Make sure that you trust it. + Make sure that you trust it.
This might be because of the client which authored the request, the currently logged in user, or the request itself.
Make sure that you trust it.