User

The <User/> component displays the user's name and avatar. It's rendered within the header component and appears at the top right-hand corner of the viewport.

If the user is signed up to multiple accounts/organisations, a hover nav switcher will appear here to switch accounts without having to sign out.

Preview

User Avatars

Users can upload an avatar in the /account/profile view, and it will be uploaded to your S3 bucket in a folder called avatars and displayed in the <User/> component. You can change the folder and size of the photos inside the config file in the avatar section.

Users signed in via a social network will display the profile picture from that network unless they overwrite it by uploading a photo.

Last updated