logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
|
||||
@php(Widget::setLayout(4, 6))
|
||||
|
||||
{!! Widget::text('name', 'Name')->required()->autofocus()
|
||||
{!! Widget::text('name', 'Username')->required()->prepend('@')
|
||||
->help('This will be part of your vanity URL; only letters, digits and
|
||||
some symbols are allowed. You can always change this later, and even
|
||||
set a different Display Name.') !!}
|
||||
some symbols are allowed. You can always change this later.') !!}
|
||||
|
||||
{!! Widget::email('email', 'E-Mail Address')->required()->autofocus() !!}
|
||||
{!! Widget::email('email', 'E-Mail Address')->required()->autofocus()
|
||||
->help('Used to login and for password reset e-mails') !!}
|
||||
{!! Widget::password('password', 'Password')->required() !!}
|
||||
{!! Widget::password('password_confirmation', 'Confirm Password')->required() !!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user