public_profile ? 'checked' : ''}}>
{{__('Having your profile set to private means:')}}
  • {{__('It will be hidden for search engines and unregistered users entirely.')}}
  • {{__('It will also be generally hidden from suggestions and user searches on our platform.')}}
@if(getSetting('profiles.allow_users_enabling_open_profiles'))
open_profile ? 'checked' : ''}}>
{{__('Having your profile set to open means:')}}
  • {{__('Both registered and unregistered users will be able to see your posts.')}}
  • {{__('If account is private, the content will only be available for registered used.')}}
  • {{__('Paid posts will still be locked for open profiles.')}}
@endif @if(getSetting('security.allow_geo_blocking'))
enable_geoblocking ? 'checked' : ''}}>
{{__("If enabled, visitors from certain countries will be restricted access.")}}
@endif @if(getSetting('security.allow_users_2fa_switch'))
enable_2fa ? 'checked' : ''}}>
{{__("If enabled, access from new devices will be restricted until verified.")}}
@if($verifiedDevicesCount)

{{__("Allowed devices")}}

@include('elements.settings.user-devices-list', ['type' => 'verified']) @endif @if($unverifiedDevicesCount)

{{__("Un-verified devices")}}

@include('elements.settings.user-devices-list', ['type' => 'unverified']) @endif
@endif
@include('elements.settings.device-delete-dialog')