@extends('site.help.partial.template', ['breadcrumb'=>'Your Profile']) @section('section')

Your Profile


Edit

To create an account using a web browser:
  1. Go to {{route('settings')}}.
  2. You should see the Name, Website, and Bio fields.
  3. Change the desired fields, and then click the Submit button.

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

To change your account visibility:
  1. Go to {{route('settings.privacy')}}.
  2. Check the Private Account checkbox.
  3. The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests
  4. Click the Submit button.

{{--

It depends on the visibility of your post.

--}} {{--

--}} {{--

You can update your account by visiting the account settings page.

--}} {{--

You can update your account by visiting the account settings page.

--}}

Security

Here are some recommendations to keep your account secure:

You can add an additional layer of security to your account by enabling Two Factor Authentication. For more information, check your security settings.

Please contact the administrators of this instance{{-- , for contact information click here --}}.


Delete Your Account

If you temporarily disable your account, your profile, photos, comments and likes will be hidden until you reactivate it by logging back in. To temporarily disable your account:

  1. Log into {{config('pixelfed.domain.app')}}
  2. Tap or click the menu and select Settings
  3. Scroll down and click on the Temporarily Disable Account link.
  4. Follow the instructions on the next page.

@if(config('pixelfed.account_deletion'))

@if(config('pixelfed.account_delete_after') == false)

When you delete your account, your profile, photos, videos, comments, likes and followers will be permanently removed. If you'd just like to take a break, you can temporarily disable your account instead.

@else

When you delete your account, your profile, photos, videos, comments, likes and followers will be permanently removed after {{config('pixelfed.account_delete_after')}} days. You can log in during that period to prevent your account from permanent deletion. If you'd just like to take a break, you can temporarily disable your account instead.

@endif

After you delete your account, you can't sign up again with the same username on this instance or add that username to another account on this instance, and we can't reactivate deleted accounts.

To permanently delete your account:

  1. Go to the Delete Your Account page. If you're not logged into pixelfed on the web, you'll be asked to log in first. You can't delete your account from within a mobile app.
  2. Confirm your account password.
  3. On the Delete Your Account page click or tap on the Permanently Delete My Account button.

@endif @endsection