Commit 785919a0 authored by JC Brand's avatar JC Brand

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).
parent ce06e7d2
<form id="converse-login"> <form id="converse-login" method="post">
<label>{{label_username}}</label> <label>{{label_username}}</label>
<input type="username" name="jid" placeholder="Username"> <input type="username" name="jid" placeholder="Username">
<label>{{label_password}}</label> <label>{{label_password}}</label>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment