mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
max-length for user name input box
This commit is contained in:
@ -1278,7 +1278,7 @@
|
||||
<div name="NameChanger">
|
||||
<form id='form_change_name' action="javascript:void(null);" method="post" enctype="multipart/form-data">
|
||||
<h4>Name</h4>
|
||||
<input id="your_name" name="your_name" class="text_pole" maxlength="" value="" autocomplete="off">
|
||||
<input id="your_name" name="your_name" class="text_pole" maxlength="50" value="" autocomplete="off">
|
||||
<input id="your_name_button" class="menu_button" type="submit" title="Click to set a new User Name (reloads page)" value="Update">
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user