From: Dan Brown Date: Sat, 14 Apr 2018 15:16:29 +0000 (+0100) Subject: Updated reset-password flow design X-Git-Tag: v0.21.0~1^2~9 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/dfadaa28f6153f65d8c453dd9ba16dcbfaf34a19?hp=-c Updated reset-password flow design Fixes #800 --- dfadaa28f6153f65d8c453dd9ba16dcbfaf34a19 diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php index 6722dc441..38f5cc07a 100644 --- a/resources/views/auth/passwords/email.blade.php +++ b/resources/views/auth/passwords/email.blade.php @@ -11,23 +11,26 @@
-
-

{{ trans('auth.reset_password') }}

+
+

@icon('permission') {{ trans('auth.reset_password') }}

-

{{ trans('auth.reset_password_send_instructions') }}

+
+

{{ trans('auth.reset_password_send_instructions') }}

-
- {!! csrf_field() !!} + + {!! csrf_field() !!} -
- - @include('form/text', ['name' => 'email']) -
+
+ + @include('form/text', ['name' => 'email']) +
+ +
+ +
+
+
-
- -
-
diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php index f76a1d7c2..0f66bd473 100644 --- a/resources/views/auth/passwords/reset.blade.php +++ b/resources/views/auth/passwords/reset.blade.php @@ -7,38 +7,38 @@ @endif @stop -@section('body-class', 'image-cover login') - @section('content') -
-
-

{{ trans('auth.reset_password') }}

- -
- {!! csrf_field() !!} - - -
- - @include('form/text', ['name' => 'email']) -
- -
- - @include('form/password', ['name' => 'password']) -
- -
- - @include('form/password', ['name' => 'password_confirmation']) -
- -
- -
-
+
+

@icon('permission') {{ trans('auth.reset_password') }}

+ +
+
+ {!! csrf_field() !!} + + +
+ + @include('form/text', ['name' => 'email']) +
+ +
+ + @include('form/password', ['name' => 'password']) +
+ +
+ + @include('form/password', ['name' => 'password_confirmation']) +
+ +
+ +
+
+
+