Changes between Version 18 and Version 19 of UserOptInConsent
- Timestamp:
- Jun 15, 2018, 10:16:57 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserOptInConsent
v18 v19 88 88 89 89 Additional parameters for `create_account.php` RPC are 90 * `consent_id` = 'integer' - optional, defaults to 1 unless specified. If given a `consent_id` that does not exist in the `consent_type` table, then the RPC will return an error.91 90 * `optin` = 0|1 - If true, sets the `consent_flag` to 1. If false the `consent_flag` is set to 0 and `consent_not_required` is set to 1. See discussion of anonymous accounts above. 92 91 * `source` = 'string'