Pixelfed

Photo sharing for everyone

@if(true === config('pixelfed.open_registration'))
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

By signing up, you agree to our Terms of Use and Privacy Policy.

@else

Registrations are closed.

You can find a list of other instances on the-federation.info/pixelfed or fediverse.network/pixelfed

@endif

Have an account? Log in

@include('layouts.partial.footer')