mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Don't display passwords in auth management interface; it's useless and shouldn't
be displayed anyway. svn path=/icecast/trunk/icecast/; revision=10111
This commit is contained in:
parent
24a24d8df0
commit
1cad0e2c07
@ -57,17 +57,21 @@
|
||||
<table cellpadding="2" cellspacing="4" border="0" >
|
||||
<tr>
|
||||
<td ><b>User Id</b></td>
|
||||
<td ><b>Password</b></td>
|
||||
<td ></td>
|
||||
</tr>
|
||||
<xsl:variable name = "themount" ><xsl:value-of select="@mount" /></xsl:variable>
|
||||
<xsl:for-each select="User">
|
||||
<tr>
|
||||
<td><xsl:value-of select="username" /></td>
|
||||
<td><xsl:value-of select="password" /></td>
|
||||
<td><a class="nav2" href="manageauth.xsl?mount={$themount}&username={username}&action=delete">delete</a></td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</table>
|
||||
<table cellpadding="2" cellspacing="4" border="0" >
|
||||
<tr>
|
||||
<td ><b>User Id</b></td>
|
||||
<td ><b>Password</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td ><input type="text" name="username" /></td>
|
||||
<td ><input type="text" name="password" /></td>
|
||||
|
Loading…
Reference in New Issue
Block a user