Code

Removed password length restriction
[gosa.git] / gosa-plugins / systems / admin / systems / password.tpl
index b55885f8f11d559116c87801ebcaba8d0f4755b8..48d2fd4acdc9df88fed010d37f330bbe8154909d 100644 (file)
 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
   <tr>
     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
-    <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40"
+    <td><input id="new_password" type="password" name="new_password" size="30"
                onkeyup="testPasswordCss(document.getElementById('new_password').value);"
                onFocus="nextfield= 'repeated_password';"></td>
   </tr>
   <tr>
     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
-    <td><input type="password" id="repeated_password" name="repeated_password" size="30" maxlength="40"
+    <td><input type="password" id="repeated_password" name="repeated_password" size="30"
                onFocus="nextfield= 'password_finish';"></td>
   </tr>
   <tr>