Skip to content

Releases: GENI-NSF/geni-ar

1.11

20 Mar 18:46
Compare
Choose a tag to compare

Changes

  • Support user verification for account migration

Installation Notes

  • None

1.10

17 Feb 18:13
Compare
Choose a tag to compare

Changes

  • Fix a syntax error on the approve page
    (#176)
  • Clean up expired account reporting
    (#178)
  • Close GENI IdP to new accounts
    (#179)

Installation Notes

  • None

1.9

03 Aug 11:26
Compare
Choose a tag to compare
1.9

Changes

  • Add script to print/email expired accounts, for use in crontab.
    (#167)
  • Tutorial accounts no longer get an email address. Users
    will need to self-assert their address at the Portal.
    (#164)
  • Add expiration on tutorial accounts.
    (#158)
  • Tutorial accounts get the affiliation library-walk-in not staff.
    (#163)
  • Do not set the staff affiliation, only member.
    (#166)
  • Show URL (e.g. profile) for requests.
    (#165)

Installation Notes

  • Add expiration column to idp_account_request:

    psql -U accreq -h localhost accreq < /usr/share/geni-ar/db/postgresql/update-3.sql
    
  • Allow null email in idp_account_request (for tutorials):

    psql -U accreq -h localhost accreq < /usr/share/geni-ar/db/postgresql/update-4.sql
    
  • Add crontab entry to detect expired accounts.

    $ sudo crontab -u root -e
    

    Then at the bottom of the file, add these lines:

    # Email admins the usernames of any expired but active IdP accounts
    0 1 * * * /usr/local/bin/geni-ar-expired-accounts
    

1.8

20 Jul 15:47
Compare
Choose a tag to compare
1.8
  • Sort whitelisted institutions.
    (#140)
  • Check that phone numbers use only legal characters.
    (#146)
  • Add link to page to manage whitelisted domains.
    (#150)
  • Remove obsolete options for admin to CONFIRM REQUESTER
    or CHANGE PASSWRD. These are self service now.
    (#149),
    (#117)
  • Look up the correct account request when email address is
    confirmed and we email the admins.
    (#147)
  • Removed Current Reqs tab; requests pending confirmation
    are on Waiting for Confirmation tab.
    (#148)
  • Add initial system documentation
    (#152)

Release 1.7

23 Mar 15:24
Compare
Choose a tag to compare
  • Reduce number of admin emails
    (#138)
  • Notice pending requests in an email-confirmed state
    (#141)
  • Add CentOS 7 installation docs
    (#143)
  • Add RPM packaging
    (#144)