Browse Source

Prevent login credential appearing in URL

Closes #10221.
adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
0738b3860b
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/webui/www/public/login.html

2
src/webui/www/public/login.html

@ -59,7 +59,7 @@ @@ -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>

Loading…
Cancel
Save