From fd2f1c22e42b96f3f17d912d8fc2b70a455d57c4 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 13 Feb 2017 14:26:59 +0000 Subject: [PATCH] Fixes #775 --- docs/CHANGES.md | 1 + src/templates/login_panel.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 35a0b1182..fea754fa5 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -11,6 +11,7 @@ - #486 Honor existing mam user configuration [throwaway42] - #749 /me will show your contact's name in the sent field [jcbrand] - #774 Browser language (fr-fr or fr) is not detected by default [jcbrand] +- #775 Anonymous login form is a text field instead of a push button [jcbrand] ## 2.0.5 (Unreleased) - #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't diff --git a/src/templates/login_panel.html b/src/templates/login_panel.html index 0906c8e22..1b3cbc09f 100644 --- a/src/templates/login_panel.html +++ b/src/templates/login_panel.html @@ -14,7 +14,7 @@ {[ } ]} {[ if (authentication == ANONYMOUS) { ]} - + {[ } ]} {[ if (authentication == PREBIND) { ]}

Disconnected.