Code

Removed password length restriction from password input field in setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Dec 2010 13:16:40 +0000 (13:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Dec 2010 13:16:40 +0000 (13:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20553 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/setup_ldap.tpl

index 8e082d6383b0373b95db50f73b9fbd501b99be8e..5757690761208335db75ada78e117654a225fdc8 100644 (file)
@@ -93,7 +93,7 @@
                        {t}Admin password{/t}
                </div>
                <div class='step4_value'>
-                       <input type='password' name='password' maxlength='20' size='20' value='{$password}'>
+                       <input type='password' name='password' value='{$password}'>
                </div>
        </div>