Code

Allow password with more than 40 chars
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2012 08:57:45 +0000 (08:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2012 08:57:45 +0000 (08:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@21136 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/login.tpl

index 7772a312e1d057ff1ca10b09f040974ec2088237..bd92f3292437240d0458fd1d20eb1b5204e7d6e9 100644 (file)
                <input id='focus' name='focus' type='image' src='images/empty.png' style='width:0px; height:0px;' />
                <div style='text-align:center; padding:10px;'>  
                <img class='center' align='middle' src='{$personal_img}' alt='{t}Username{/t}' title='{t}Username{/t}' />&nbsp;
-               <input type='text' name='username' maxlength='40' value='{$username}'
+               <input type='text' name='username' value='{$username}'
                         title='{t}Username{/t}' onFocus="nextfield= 'password';" />
                <br />
                <br />
                <img class='center' align='middle' src='{$password_img}' alt='{t}Password{/t}' title='{t}Password{/t}' />&nbsp;
-               <input type='password' name='password' maxlength='40' value=''
+               <input type='password' name='password' value=''
                         title='{t}Password{/t}' onFocus="nextfield= 'login';" />
                </div>  
                <div style='text-align:center; padding:15px;'>