1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 07:48:04 +00:00

Prevent login credential appearing in URL

Closes #10221.
This commit is contained in:
Chocobo1 2019-01-27 13:58:19 +08:00
parent 40eb8a1f4a
commit 0738b3860b
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -59,7 +59,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" autocomplete="username" /></div>