Add users and groups php class.

This commit is contained in:
markjcrane
2016-04-03 11:47:06 -06:00
parent df9d78a11f
commit 4292386b6c
3 changed files with 257 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ if ($domains_processed == 1) {
unset ($prep_statement);
}
//if there are no permissions listed in v_group_permissions then set the default permissions
//if user_enabled is null then set to enabled true
$sql = "select count(*) as count from v_users ";
$sql .= "where domain_uuid = '$domain_uuid' ";
$sql .= "and user_enabled is null ";