Subuser updates
This commit is contained in:
parent
95f574ec67
commit
8e9069cced
4 changed files with 433 additions and 5 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue