Added gecos field to user profile

This commit is contained in:
ziggi
2018-01-12 21:39:05 +02:00
parent 94e056abd7
commit 7e06477460
18 changed files with 48 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
<form accept-charset="UTF-8" action="/forwarded/add/handler" method="post" data-abide novalidate>
<h5 class="text-center">Add forwardeded domain</h5>
<label>Domain name
<input type="text" name="forwarded_name" placeholder="domain.org" required pattern="[_.-zA-Z0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{5,42}"/>
<input type="text" name="forwarded_name" placeholder="domain.org" required pattern="[_\.a-zA-Z0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{5,42}"/>
<span class="form-error">Mandatory, 5 or more letter</span>
</label>
<div class="text-center">