Skip to content

v2.7

Choose a tag to compare

@ekassos ekassos released this 20 Feb 20:01
· 988 commits to main since this release
db1eace

Release Notes

Logging In & Navigation

New Features

  • Adds support for displaying and requiring acceptance of specific User Agreements to users before they are allowed to continue using PingPong. PingPong will store timestamps for when users agree to the rules. (753)
  • Agreement Policies allow User Agreements to be "assigned" to the entire user base, or to a subset of users who have at least one ExternalLogin with a specific provider. (753)
  • Administrators have access to a new User Agreements page that allows them to manage User Agreements and Agreement Policies. (753)

Resolved Issues

  • Fixed: When a user logs in for the first time and their profile is verified, the server response might not reflect the updated verification status. (753)

Deployment Information

Schema Upgrade Migration Script Permissions Update Task Definition Update Configuration Update
YES No No No No

Deployment Details

  • Schema Upgrade: Adds agreements, agreement_acceptances, and agreement_policies tables. (753)

Related PRs

Full Changelog: 617-srv242-web145...618-srv243-web146