basic profile edit page, not working yet
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
some symbols are allowed. You can always change this later.') !!}
|
||||
|
||||
{!! Widget::email('email', 'E-Mail Address')->required()->autofocus()
|
||||
->help('Used to login and for password reset e-mails') !!}
|
||||
->help('Used to login and for password resets') !!}
|
||||
|
||||
{!! Widget::password('password', 'Password')->required() !!}
|
||||
{!! Widget::password('password_confirmation', 'Confirm Password')->required() !!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user