summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDoug <6060466+pixlwave@users.noreply.github.com>2022-07-26 09:08:20 +0100
committerGitHub <noreply@github.com>2022-07-26 08:08:20 +0000
commit549c55606acb3414409eb3b940a3457aee8a7a95 (patch)
treeb71249b7c961e3ef0518946cfc27a559637087f1 /changelog.d
parentUpdate Caddy reverse proxy documentation (#13344) (diff)
downloadsynapse-549c55606acb3414409eb3b940a3457aee8a7a95.tar.xz
Disable autocorrect and autocaptialisation when entering username for SSO registration. (#13350)
When registering a new account via SSO on iOS, the text field becomes pretty annoying as it autocapitalises and autocorrects your input. This PR fixes that (although I have only tested the raw HTML file on the simulator, I'm not sure how to get the complete setup available for testing in the flow).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13350.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13350.bugfix b/changelog.d/13350.bugfix
new file mode 100644
index 0000000000..46c496a6a0
--- /dev/null
+++ b/changelog.d/13350.bugfix
@@ -0,0 +1 @@
+Disable autocorrection and autocapitalisation on the username text field shown during registration when using SSO.