mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Allow underscores in Userfield names (closes #2611)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
required
|
||||
pattern="^[a-zA-Z0-9]*$"
|
||||
pattern="^[a-zA-Z0-9_]*$"
|
||||
id="name"
|
||||
name="name"
|
||||
value="@if($mode == 'edit'){{ $userfield->name }}@endif">
|
||||
|
Reference in New Issue
Block a user