From 5bd2b29807ca01fa00a885601beefa2184bee920 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 21 Jul 2022 17:55:22 +0100 Subject: [PATCH 1/2] Disable autocorrect and autocaptialisation on SSO. --- changelog.d/13350.bugfix | 1 + synapse/res/templates/sso_auth_account_details.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/13350.bugfix diff --git a/changelog.d/13350.bugfix b/changelog.d/13350.bugfix new file mode 100644 index 000000000000..f84268419e4c --- /dev/null +++ b/changelog.d/13350.bugfix @@ -0,0 +1 @@ +Disabled autocorrection and autocapitalisation on the username text field shown during registration when using SSO. diff --git a/synapse/res/templates/sso_auth_account_details.html b/synapse/res/templates/sso_auth_account_details.html index 1ba850369a32..cf72df0a2a39 100644 --- a/synapse/res/templates/sso_auth_account_details.html +++ b/synapse/res/templates/sso_auth_account_details.html @@ -138,7 +138,7 @@

Create your account

@
- +
:{{ server_name }}
From 7e57c182e12ee9bed3281b2f9e788ddef2052dab Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 26 Jul 2022 08:39:37 +0100 Subject: [PATCH 2/2] Update changelog.d/13350.bugfix --- changelog.d/13350.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/13350.bugfix b/changelog.d/13350.bugfix index f84268419e4c..46c496a6a06c 100644 --- a/changelog.d/13350.bugfix +++ b/changelog.d/13350.bugfix @@ -1 +1 @@ -Disabled autocorrection and autocapitalisation on the username text field shown during registration when using SSO. +Disable autocorrection and autocapitalisation on the username text field shown during registration when using SSO.