@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.

Manage account alias

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

Migrate to another account

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

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

Storage Usage

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