mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Allow longer usernames
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@685 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<div>
|
||||
<? IF Edit ?>
|
||||
<input type="hidden" name="user" value="<? VAR Username ESC=HTML ?>" />
|
||||
<input type="text" name="newuser" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12" disabled="disabled" />
|
||||
<input type="text" name="newuser" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128" disabled="disabled" />
|
||||
<? ELSE ?>
|
||||
<input type="text" name="user" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12" />
|
||||
<input type="text" name="user" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128" />
|
||||
<? ENDIF ?>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<td class="mainright">
|
||||
<? IF Edit ?>
|
||||
<input type="hidden" name="user" style="width: 100%;" value="<? VAR Username ESC=HTML ?>">
|
||||
<input type="text" name="newuser" style="width: 100%;" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12" disabled="disabled">
|
||||
<input type="text" name="newuser" style="width: 100%;" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128" disabled="disabled">
|
||||
<? ELSE ?>
|
||||
<input type="text" name="user" style="width: 100%;" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12">
|
||||
<input type="text" name="user" style="width: 100%;" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128">
|
||||
<? ENDIF ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<div>
|
||||
<? IF Edit ?>
|
||||
<input type="hidden" name="user" value="<? VAR Username ESC=HTML ?>" />
|
||||
<input type="text" name="newuser" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12" disabled="disabled" />
|
||||
<input type="text" name="newuser" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128" disabled="disabled" />
|
||||
<? ELSE ?>
|
||||
<input type="text" name="user" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="12" />
|
||||
<input type="text" name="user" value="<? VAR Username ESC=HTML ?>" size="32" maxlength="128" />
|
||||
<? ENDIF ?>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user