3.23
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";