Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 7, 2022
2 parents e39a3d1 + a3212c1 commit b8e4fb0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ protected function execute_plugin_checkEligibility($id, $onFinish) {

// GET, fall through to display view
( $debug ? $this->log($logPrefix . "received GET so displaying form to collect username") : null);

$this->set('vv_efwid', $efwid);

if(!empty($config['HumanitiesCommonsIdpEnroller']['username_env_variable'])) {
$this->set('vv_suggested_username', getenv($config['HumanitiesCommonsIdpEnroller']['username_env_variable']));
}
Expand Down

0 comments on commit b8e4fb0

Please sign in to comment.