Is there a way to limit the user list to only active users when adding a merci-reservation.

Comments

darrick’s picture

You'd have to replace the autocomplete function. Currently it uses the drupal core function: https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/u...

If you have civicrm installed a different function is used. Neither of which filters for active users only.

It would be practical to limit the users to only those with the "create reservations" permission.