move the password counter to the label

That addresses issue with anyconnect clients which require
the name to be called password.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-05-20 13:17:15 +02:00
parent 5c146055fe
commit 76f2c91e6b

View File

@@ -79,7 +79,7 @@ static const char login_msg_user[] =
#define LOGIN_MSG_PASSWORD \
"<input type=\"password\" name=\"password\" label=\""DEFAULT_PASSWD_LABEL"\" />\n"
#define LOGIN_MSG_PASSWORD_CTR \
"<input type=\"password\" name=\"password%d\" label=\"Password:\" />\n"
"<input type=\"password\" name=\"password\" label=\"Password%d:\" />\n"
#define OCV3_LOGIN_MSG_START \
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \