'use' => 'a',
'default' => 1
),
-
+
+ // Validated E-Mail address flag
+ 'validated' => array (
+ 'field' => 'validated',
+ 'type' => 'checkbox',
+ 'use' => 'lg',
+ 'default' => false
+ ),
+
+ // Validation Code - Used to confirm the person creating an account
+ // During validation process this includes the following. {validation_code}-{timestamp} - validation code is 6 digit number
+ // The validation code is sent in a simple E-Mail to the user who then has to provide that in a certain amount of time
+ // The timestamp is to determine if the time for validation has expired.
+ 'validation_code' => array (
+ 'field' => 'validation_code',
+ 'type' => 'text',
+ 'use' => 'lg'
+ ),
+
// Account
/*
'registered_by' => array (