show profile image on sidebar

Hello, i see on the system images that show the a profile image on the sidebar, but i cant find how enable this.any help? thanks

You may simply select Image field under Security → Advanced → User Login Options → User Table Fields.According to the documentation: Image field: Image field in user table used for showing user photo in sidebar

thanks work perfect, i don’t see this info on the help file

You should find it from Security Settings → User Login Options → User Table Fields

Wow a nice feature I just get through
as the image size is small I try to increase the size from the theme changing from

$sidebar-user-image-width = ($sidebar-nav-icon-width + $nav-link-padding-x * .5)

to

$sidebar-user-image-width = ($sidebar-nav-icon-width + $nav-link-padding-x * 10)

The image size in the sidebar has increase but not clearity check again to the uploaded file in the view their the image is showing clear.

Changing the CSS only changes the size of HTML element, the image are still resized to same size as before (40px by default). You may change by, e.g. Config("USER_IMAGE_SIZE", 60) (e.g. in Global Code) to change the size.

Thanks, it showing perfect.

Is there any option to show avatar when there is no image