Subuser updates

This commit is contained in:
Dane Everitt
2017-01-21 00:04:09 -05:00
parent 95f574ec67
commit 8e9069cced
4 changed files with 433 additions and 5 deletions

View File

@@ -43,7 +43,8 @@
<div class="form-group">
<label class="control-label">@lang('server.users.new.email')</label>
<div>
<input type="email" class="form-control" name="new_password_confirmation" />
{!! csrf_field() !!}
<input type="email" class="form-control" name="email" />
<p class="text-muted small">@lang('server.users.new.email_help')</p>
</div>
</div>