Is it possible to manage the registration codes not in Admin but direct from the database? Which table contains the codes?

Thanks

Comments

colan’s picture

Status: Active » Closed (fixed)

Currently, 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.