mirror of
https://github.com/znc/znc.git
synced 2026-07-21 09:03:32 +02:00
Remove maxlength="16" from the password input boxes in webadmin
This lead to silently truncated passwords which made logins a no-go. Thanks to Julian for finding this one. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1330 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<input type="password" style="width: 100%;" name="password" size="32" maxlength="16">
|
||||
<input type="password" style="width: 100%;" name="password" size="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<input type="password" style="width: 100%;" name="password2" size="32" maxlength="16">
|
||||
<input type="password" style="width: 100%;" name="password2" size="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user