Ticket #824: pp-utv-824.patch

File pp-utv-824.patch, 1.4 KB (added by Zash, 14 years ago)
  • PirateWeb/30/Site/Pages/v4/PersonXMPPID.aspx

     
    5050                                    <asp:Literal ID="Literal4" runat="server">Enter a password:</asp:Literal> 
    5151                                </td> 
    5252                                <td> 
    53                                     <asp:TextBox ID="Password1" runat="server"></asp:TextBox> 
     53                                    <asp:TextBox ID="Password1" TextMode="password" runat="server"></asp:TextBox> 
    5454                                </td> 
    5555                                <td rowspan="2"> 
    5656                                    <asp:Panel ID="Panel2" runat="server" ForeColor="Red" Font-Bold="true"> 
     
    6666                                    <asp:Literal ID="Literal3" runat="server">Enter again:</asp:Literal> 
    6767                                </td> 
    6868                                <td> 
    69                                     <asp:TextBox ID="Password2" runat="server"></asp:TextBox> 
     69                                    <asp:TextBox ID="Password2" TextMode="password" runat="server"></asp:TextBox> 
    7070                                </td> 
    7171                            </tr> 
    7272                            <tr>