implemented social identities management page + pw editing page. probably need to fix backend
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
@php(Widget::setLayout(4, 6))
|
||||
|
||||
{!! Widget::email('email', 'E-Mail Address')->required()->autofocus() !!}
|
||||
{!! Widget::text('login', 'Username or E-Mail')->required()->autofocus() !!}
|
||||
{!! Widget::password('password', 'Password')->required() !!}
|
||||
{!! Widget::checkbox('remember', 'Remember Me')->checked(false) !!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user