Skip to content

Commit

Permalink
set prod msu enrollment flow id.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 15, 2021
1 parent 829c4aa commit 1c215df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function execute_plugin_checkEligibility($id, $onFinish) {

// If the petition already has a username then do not present
// a form and just redirect.
if ($coPetition['CoPetition']['co_enrollment_flow_id'] != '654' ) {
if ($coPetition['CoPetition']['co_enrollment_flow_id'] != '604' ) {
foreach($coPetition['EnrolleeCoPerson']['Identifier'] as $identifier) {
if($identifier['type'] == $config['HumanitiesCommonsIdpEnroller']['username_id_type'] &&
!empty($identifier['identifier']) ) {
Expand Down

0 comments on commit 1c215df

Please sign in to comment.