@extends('site.help.partial.template', ['breadcrumb'=>'Your Profile'])
@section('section')
Your Profile
Edit
How do I edit my bio, name, email, or password?
To create an account using a web browser:
- Go to {{route('settings')}}.
- You should see the Name, Website, and Bio fields.
- Change the desired fields, and then click the Submit button.
Why can't I update my username?
Pixelfed is a federated application, changing your username is not supported in every
federated software so we cannot allow username changes. Your best option is to create a new account with your desired username.
Privacy
How do I set my photos and videos to private so that only approved followers can see them?
To change your account visibility:
- Go to {{route('settings.privacy')}}.
- Check the Private Account checkbox.
- The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests
- Click the Submit button.
{{--
Who can like, share or comment on my photos and videos?
It depends on the visibility of your post.
--}}
{{--
How do I filter out comments that I don't want to appear on my posts?
--}}
{{--
Who can see my posts?
--}}
{{--
Who can see my private posts if I add a hashtag?
--}}
Security
How can I secure my account?
Here are some recommendations to keep your account secure:
- Pick a strong password, don't re-use it on other websites
- Never share your password
- Remember to log out on public computers or devices
- Periodically check your Account Log for any suspcious activity
- Setup Two Factor Authentication
How can I add additional protection to my account?
You can add an additional layer of security to your account by enabling
Two Factor Authentication. For more information, check your
security settings.
How do I report unauthorized use of my account?
Please contact the administrators of this instance{{-- , for contact information
click here --}}.
@endsection