Registry v0.9.1 introduces enrollment-flow specific handling of Terms and Conditions. If you have any Terms and Conditions defined and you have any Enrollment Flows, you must specify how they will be handled. You can do this in one of two ways:

  1. Bulk update all enrollment flows. In this example, all enrollment flows will require explicit consent:
    SQL> update cm_co_enrollment_flows set t_and_c_mode = 'EC';
    
  2. Log in to Registry and select a Terms and Conditions Mode for each existing Enrollment Flow. You must click 'Save' even if you want to accept the default option presented.
  • No labels