Make login method post.

Avoids username and pw inadvertently being added to the URL if the submit event
handler for some reason fails (which shouldn't happen of course).
This commit is contained in:
JC Brand 2014-09-18 18:49:37 +02:00
parent ce06e7d2d6
commit 785919a019

View File

@ -1,4 +1,4 @@
<form id="converse-login">
<form id="converse-login" method="post">
<label>{{label_username}}</label>
<input type="username" name="jid" placeholder="Username">
<label>{{label_password}}</label>