@extends('settings.template') @section('section')

Account Settings


{{Auth::user()->username}}

@csrf

Must be a jpeg or png. Max avatar size:

Delete Profile Photo

@csrf

0/{{config('pixelfed.max_bio_length')}}

Select up to 4 pronouns that will appear on your profile.

@if((bool) config_cache('federation.activitypub.enabled'))
Manage account alias

To move from another account to this one, first you need to create an alias.

@if((bool) config_cache('federation.migration'))
Migrate to another account

To redirect this account to a different one (where supported).

@endif @endif @if(config_cache('pixelfed.enforce_account_limit'))

Storage Usage

{{$storage['percentUsed']}}% used {{$storage['usedPretty']}} / {{$storage['limitPretty']}}
@endif
@endsection @push('scripts') @endpush