Skip to content
spuds edited this page Feb 16, 2015 · 1 revision

[DEVELOPER DOCUMENTATION](Tech Home) > IS_ACTIVATED

is_activated Variable

This variable holds various numerical values based on the current user activation status. The values to meanings are as follows:

  • 0 - waiting for email activation
  • 1 - activated
  • 2 - waiting email activation after email change
  • 3 - waiting for admin approval
  • 4 - waiting for deletion
  • 5 - pending COPPA

If a user has been banned, the above values are incremented by 10

  • +10 for banned users

HOME > TECH GUIDES

Architecture

Functions and Variables

  • About $user_info variable
  • About the createList() function.
  • About [Template Layers](Template layers).
  • About [is_activated](is activated) values.

Customization

  • [Create a theme](Make a new theme)
  • [Create an Addon](Create an Addon)

GitHub

Clone this wiki locally