X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/eac7378ce02c8f8a366e637f0f9b0863d3d8b47a..refs/pull/325/head:/resources/views/users/edit.blade.php diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index b981c64d8..bf10b829d 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -3,76 +3,74 @@ @section('content') -
-
-
You can change your profile picture at Gravatar.
+{{ trans('settings.users_avatar_desc') }}
+ + @include('components.image-picker', [ + 'resizeHeight' => '512', + 'resizeWidth' => '512', + 'showRemove' => false, + 'defaultImage' => baseUrl('/user_avatar.png'), + 'currentImage' => $user->getAvatar(80), + 'currentId' => $user->image_id, + 'name' => 'image_id', + 'imageClass' => 'avatar large' + ]) +
- Here you can connect your other accounts for quicker and easier login.
- Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.
-
{{ trans('settings.users_social_accounts_info') }}