- Issue created by @jglynn
- 🇨🇦Canada jglynn
Hopefully this helps anyone:
This module creates a "Trusted Nominees" field on /admin/config/people/accounts/fields. You may need to move this field out of 'disabled' for the form display and manage display screens.
Typically you will want to limit the selectable 'nominees' to a subset of your users.
To do this, create a view that returns the subset of users you want to allow to be nominees. Then go to admin/config/people/accounts/fields/user.user.masquerade_nominees and change the Reference Method to View:filter by entity reference view and select your view.