- Convert HTTP and CONNECT proxies to MD5 authentication

- Allow multiple users
  - Migrate passwords on first save
This commit is contained in:
zzz
2012-10-16 19:17:06 +00:00
parent 613dd77d2c
commit a9e18620b9
6 changed files with 154 additions and 93 deletions

View File

@@ -435,13 +435,13 @@
<label>
<%=intl._("Username")%>:
</label>
<input type="text" id="clientPort" name="proxyUsername" title="Set username for this service" value="<%=editBean.getProxyUsername(curTunnel)%>" class="freetext" />
<input type="text" id="clientPort" name="proxyUsername" title="Set username for this service" value="" class="freetext" />
</div>
<div id="portField" class="rowItem">
<label>
<%=intl._("Password")%>:
</label>
<input type="password" id="clientPort" name="proxyPassword" title="Set password for this service" value="<%=editBean.getProxyPassword(curTunnel)%>" class="freetext" />
<input type="password" id="clientPort" name="proxyPassword" title="Set password for this service" value="" class="freetext" />
</div>
<div class="subdivider">
<hr />