Is it possible to manage the registration codes not in Admin but direct from the database? Which table contains the codes?
Thanks
Is it possible to manage the registration codes not in Admin but direct from the database? Which table contains the codes?
Thanks
Comments
Comment #1
colanCurrently, the codes are stored as Drupal variables. The Drupal variables table is called "variable". I believe the data in there is serialized so it may be slightly more difficult to work with.