Is it possible to override the default access functionality on the automatically-generated email field present in a collection with auth enabled?
For example, in some cases it is undesirable to allow a user to update their own email address. If the user is an employee, the field should be read-only. The create and update access functions should allow a manager to create/update, but not the actual user.