Add a scope-forcing flag to user_group
This commit is contained in:
		| @@ -654,6 +654,7 @@ $schema['user_group'] = array( | ||||
|         'uri' => array('type' => 'varchar', 'length' => 255, 'description' => 'universal identifier'), | ||||
|         'mainpage' => array('type' => 'varchar', 'length' => 255, 'description' => 'page for group info to link to'), | ||||
|         'join_policy' => array('type' => 'int', 'size' => 'tiny', 'description' => '0=open; 1=requires admin approval'),       | ||||
|         'force_scope' => array('type' => 'int', 'size' => 'tiny', 'description' => '0=never,1=sometimes,-1=always'), | ||||
|     ), | ||||
|     'primary key' => array('id'), | ||||
|     'unique keys' => array( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user