Skip to content

3.23

Compare
Choose a tag to compare
@tcmitchell tcmitchell released this 20 Mar 19:55
· 62 commits to master since this release

Changes

  • Use configured from address in all portal emails
    (#1777)
  • Support migrating accounts from GPO IdP to NCSA IdP
    (#1786)

Installation Notes

  • In order to enable the account transfer functionality, add the
    following new settings to /etc/geni-ch/settings.php. Adjust the
    values to suit the environment.

    /* Username for IdP admin pages */
    $idp_user = "scott";
    /* Password for IdP admin pages */
    $idp_pass = "tiger";
    /* IdP host */
    $idp_host = "idp.example.com";