Discourse Age Check

:information_source: Summary Performs age checking on the signup form
:hammer_and_wrench: Repository GitHub - communiteq/discourse-tc-age-check
:question: Install Guide How to install a theme or theme component
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

Performs an age check on the signup form based on the users birthday

Configuration

  • install the theme component
  • create a user field with type Date and check “show on signup form” and “required on signup”
  • configure the settings
    • age check field name the name of the user field you created in the previous step
    • age check minimum age the minimum age (set to 0 if you don’t have a minimum age)
    • age check maximum age the maximum age (leave at 120 if you don’t have a maximum age)

Disclaimer

This is an age check, not an age verification.
A user can circumvent this check by choosing a different birthdate.

9 Likes