Prevent login credential appearing in URL

Closes #10221.
This commit is contained in:
Chocobo1
2019-01-27 13:58:19 +08:00
parent 03a55da260
commit b3b334da77

View File

@@ -57,7 +57,7 @@
<img src="images/skin/qbittorrent-tray.svg" alt="qBittorrent logo" />
</div>
<div id="formplace" class="col">
<form id="loginform">
<form id="loginform" method="post">
<div class="row">
<label for="username">QBT_TR(Username)QBT_TR[CONTEXT=HttpServer]</label><br />
<input type="text" id="username" name="username" /></div>