@extends('site.help.partial.template', ['breadcrumb'=>'Parental Controls']) @section('section')

Parental Controls


In the digital age, ensuring your children's online safety is paramount. Designed with both fun and safety in mind, this feature allows parents to create child accounts, tailor-made for a worry-free social media experience.

Key Features:


@if(config('instance.parental_controls.enabled'))
  1. Click here and tap on the Add Child button in the bottom left corner
  2. Select the Allowed Actions, Enabled features and Preferences
  3. Enter your childs email address
  4. Press the Add Child buttton
  5. Open your childs email and tap on the Accept Invite button in the email, ensure your parent username is present in the email
  6. Fill out the child display name, username and password
  7. Press Register and your child account will be active!
@else

This feature has been disabled by server admins.

@endif
@if(config('instance.parental_controls.enabled'))
You can create and manage up to {{ config('instance.parental_controls.limits.max_children') }} child accounts.
@endif @endsection