Social Central – Age Verification at Registration

Effective Date: 2026-07-17 · Last Updated: 2026-08-14 · How we verify age during registration

Social Central is an 18+ service. Minors are not permitted. This page describes age-verification controls during registration and required profile setup. Policy basis: Acceptable Use Policy §1 and Terms of Service. PDF: Download PDF. Screenshot of the registration prompt: view prompt / PNG.

1. Legal / Policy Requirement

2. iOS Registration — Date Of Birth Hard Block

  1. Before the signup form, the iOS app presents an Age Verification Required screen.
  2. The user must enter a full Date Of Birth. Age is calculated from that date.
  3. If the calculated age is under 18, Continue is blocked with: “You must be 18 or older to use Social Central.” No account is created.
  4. I am under 18 returns the user to Login without creating an account.
  5. The signup API rejects account creation unless dob is a valid date proving age 18+.

2b. Web Registration — Date Of Birth Hard Block

  1. On login.php, choosing Sign Up shows the age gate with a required Date Of Birth field before the signup form unlocks.
  2. Under 18 is blocked in the browser and again on the server. No Player row is created.
  3. The signup API (/User/Session/signup.php) requires dob (YYYY-MM-DD) and refuses under-18 dates.
  4. Preview of the prompt: view prompt.

3. Birthdate / Age Collection (Profile)

4. Web Registration / Required Profile

5. Independent Age Verification (Persona)

After the date-of-birth hard block described above, Social Central uses Persona (withpersona.com) for independent age verification. Persona performs the verification check; Social Central does not perform government-ID KYC itself. Verification runs in a hosted browser flow (not in-app document upload to Social Central).

6. Enforcement if Underage Use Is Detected

7. Scope Note

Age verification combines affirmative attestation, birthdate-derived age checks (iOS and required profile fields), independent verification through Persona for new signups and purchasers, and policy + enforcement. Attestation and DOB remain required in addition to Persona (belt-and-suspenders controls).