Skip to content

3.1.2

Compare
Choose a tag to compare
@Sephster Sephster released this 22 Apr 12:01
· 73 commits to master since this release
8836c4f

Changed

  • Emails are now triggered via a single script, jobs/Email.php instead of callingtutors/asessments/email/ClosingReminder.php and tutors/assessments/email/TriggerReminder.php directly.

Removed

  • Removed LDAP functionality and options as the implementation did not work.

Security

  • Fixed a large amount of SQL injection attacks
  • Change password hashing to use the native password_hash() function in PHP instead of MD5 hashing which is insecure