mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1673 email field set to 100 characters
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<label>
|
<label>
|
||||||
{'Username or email'|@translate}
|
{'Username or email'|@translate}
|
||||||
<br>
|
<br>
|
||||||
<input type="text" id="username_or_email" name="username_or_email" size="40" maxlength="40"{if isset($username_or_email)} value="{$username_or_email}"{/if}>
|
<input type="text" id="username_or_email" name="username_or_email" size="100" maxlength="100"{if isset($username_or_email)} value="{$username_or_email}"{/if}>
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user