@extends('site.help.partial.template', ['breadcrumb'=>'Instance User Limit']) @section('section')

Instance User Limit


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

We have a limit on how many users can join our instance to keep our community healthy.

If you have been redirected to this page, that means we've reached our user limit or we are not accepting new account registrations at this time.

Please try again later, or consider joining a different Pixelfed instance.

@else

We do not have a limit on how many users can join our instance.

If this instance isn't for you, consider joining a different Pixelfed instance.

@endif @endsection