forked from elkarte/Elkarte
-
Notifications
You must be signed in to change notification settings - Fork 0
is_activated
spuds edited this page Feb 16, 2015
·
1 revision
[DEVELOPER DOCUMENTATION](Tech Home) > IS_ACTIVATED
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
Architecture
- Architecture
- [Coding Standards](Coding Standards)
- [Database Layer](Database layer)
- MVC
- Release
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