forked from I2P_Developers/i2p.i2p
- Convert HTTP and CONNECT proxies to MD5 authentication
- Allow multiple users - Migrate passwords on first save
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user