Changeset 29194


Ignore:
Timestamp:
Aug 10, 2014, 5:55:34 PM (10 years ago)
Author:
flop25
Message:

bug:3090
don't restrict the maxlength of the password

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/upgrade.tpl

    r26401 r29194  
    172172  <tr>
    173173    <td>{'Username'|@translate}</td>
    174     <td><input type="text" name="username" id="username" size="25" maxlength="40" style="width: 150px;"></td>
     174    <td><input type="text" name="username" id="username" size="20" maxlength="50" style="width: 150px;"></td>
    175175  </tr>
    176176  <tr>
    177177    <td>{'Password'|@translate}</td>
    178     <td><input type="password" name="password" id="password" size="25" maxlength="25" style="width: 150px;"></td>
     178    <td><input type="password" name="password" id="password" style="width: 150px;"></td>
    179179  </tr>
    180180</table>
Note: See TracChangeset for help on using the changeset viewer.