This commit is contained in:
ziggi
2017-12-12 18:51:27 +00:00
parent 847c5c532c
commit e58c4a4820
21 changed files with 22 additions and 24 deletions

View File

@@ -17,7 +17,7 @@
<div class="grid-x grid-padding-x">
<div class="medium-6 medium-centered cell">
<form accept-charset="UTF-8" action="/user/add/handler" method="get" data-abide novalidate>
<form accept-charset="UTF-8" action="/user/add/handler" method="post" data-abide novalidate>
<h5 class="text-center">Add user to domain <%= $domain_name %></h5>
<input type="hidden" name="domain_id" value="<%= $domain_id %>"/>
<label>Username
@@ -44,7 +44,7 @@
<div class="grid-x grid-padding-x">
<div class="medium-6 medium-centered cell">
<form accept-charset="UTF-8" action="/user/add/handler" method="get" data-abide novalidate>
<form accept-charset="UTF-8" action="/user/add/handler" method="post" data-abide novalidate>
<h5 class="text-center">Add user</h5>
<label>Username
<input type="text" name="user_name" placeholder="username" required pattern="[_.-zA-Z0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,42}"/>