File tree 1 file changed +4
-2
lines changed
resources/views/users/account
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
<p class =" text-small mb-none" >{{ trans (' preferences.profile_name_desc' ) } } </p >
25
25
</div >
26
26
<div class =" flex stretch-inputs" >
27
- @include (' form.text' , [' name' => ' name' ] )
27
+ @include (' form.text' , [' name' => ' name' , ' disabled ' => true ] )
28
28
</div >
29
29
</div >
30
30
35
35
<p class =" text-small mb-none" >{{ trans (' preferences.profile_email_desc' ) } } </p >
36
36
</div >
37
37
<div class =" flex stretch-inputs" >
38
- @include (' form.text' , [' name' => ' email' , ' disabled' => ! userCan ( ' users-manage ' ) ] )
38
+ @include (' form.text' , [' name' => ' email' , ' disabled' => true ] )
39
39
</div >
40
40
</div >
41
41
@if (! userCan (' users-manage' ) )
49
49
class =" setting-list-label" >{{ trans (' settings.users_avatar' ) } } </label >
50
50
<p class =" text-small" >{{ trans (' preferences.profile_avatar_desc' ) } } </p >
51
51
</div >
52
+ {{--
52
53
<div>
53
54
@include('form.image-picker', [
54
55
'resizeHeight' => '512',
@@ -60,6 +61,7 @@ class="setting-list-label">{{ trans('settings.users_avatar') }}</label>
60
61
'name' => 'profile_image',
61
62
'imageClass' => 'avatar large'
62
63
])
64
+ --}}
63
65
</div >
64
66
</div >
65
67
You can’t perform that action at this time.
0 commit comments