{"slug":"registration-and-authorization","name":"IQ Authorization","description":"Advanced form of authorization and registration of your users","author":"LumpX","active_installs":10,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/registration-and-authorization/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"iq_auth_antiflood","full_table_name":"wp_iq_auth_antiflood","description":"Stores iq auth antiflood data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"service","type":"varchar","nullable":false,"primary_key":false},{"name":"ip","type":"varchar","nullable":false,"primary_key":false},{"name":"date","type":"int(12)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_antiflood` ( `service` varchar (32) NOT NULL DEFAULT '', `ip` varchar (255) NOT NULL DEFAULT '', `date` int(12) NOT NULL DEFAULT 0 );"},{"table_name":"iq_auth_code","full_table_name":"wp_iq_auth_code","description":"Stores iq auth code data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"service","type":"varchar","nullable":false,"primary_key":false},{"name":"email","type":"varchar","nullable":false,"primary_key":false},{"name":"code","type":"varchar","nullable":false,"primary_key":false},{"name":"date","type":"int(12)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_code` ( `service` varchar (32) NOT NULL DEFAULT '', `email` varchar (100) NOT NULL DEFAULT '', `code` varchar (32) NOT NULL DEFAULT '', `date` int(12) NOT NULL DEFAULT 0 );"},{"table_name":"iq_auth_custom_fields","full_table_name":"wp_iq_auth_custom_fields","description":"Stores iq auth custom fields data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(20)","nullable":false,"primary_key":true},{"name":"type_id","type":"int(5)","nullable":false,"primary_key":false},{"name":"name","type":"varchar","nullable":false,"primary_key":false},{"name":"ph","type":"varchar","nullable":false,"primary_key":false},{"name":"icon","type":"varchar","nullable":false,"primary_key":false},{"name":"important","type":"tinyint","nullable":false,"primary_key":false},{"name":"enable","type":"tinyint","nullable":false,"primary_key":false},{"name":"params_json","type":"text","nullable":false,"primary_key":false},{"name":"created","type":"int","nullable":false,"primary_key":false},{"name":"redate","type":"int","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_custom_fields` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type_id` int(5) NOT NULL DEFAULT 0, `name` varchar (100) NOT NULL DEFAULT '', `ph` varchar (100) NOT NULL DEFAULT '', `icon` varchar (100) NOT NULL DEFAULT '', `important` tinyint (2) NOT NULL DEFAULT 0, `enable` tinyint (2) NOT NULL DEFAULT 1, `params_json` text (0) NOT NULL DEFAULT '[]', `created` int (12) NOT NULL DEFAULT 0, `redate` int (12) NOT NULL DEFAULT 0, PRIMARY KEY `id` (`id`) );"},{"table_name":"iq_auth_settings","full_table_name":"wp_iq_auth_settings","description":"Stores iq auth settings data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"key","type":"varchar","nullable":false,"primary_key":false},{"name":"params_json","type":"text(0)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_settings` ( `key` varchar (32) NOT NULL DEFAULT '', `params_json` text(0) NOT NULL DEFAULT '', PRIMARY KEY `key` (`key`) );"}],"table_count":4}