Skip to content

Releases: REANNZ/AAF-VHO

1.7.7

11 Mar 02:17

Choose a tag to compare

What's Changed

Full Changelog: 1.7.6...1.7.7

1.7.6

15 Jan 04:35

Choose a tag to compare

Fix an issue where admin-generated SMS codes would be undone during the password reset process

1.7.5

16 Dec 22:41

Choose a tag to compare

  • Improve handling of mobile numbers containing specific characters
  • Prevent multiple SMS messages being sent at once during password reset process
  • Improve password reset handling to reduce required admin interference

1.7.4

17 Sep 21:58

Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4

Version 1.7.3

08 Aug 06:06

Choose a tag to compare

Removed obsolete information from the two-factor authentication setup page.

Version 1.7.2

05 Dec 02:53

Choose a tag to compare

  • All newly created groups now have two-factor authentication enabled by default.
  • Prevent unauthorized users from viewing certain content.
  • Fix issue related to user enumeration.

1.7.1

07 Jun 04:24

Choose a tag to compare

Use ZXing ( https://github.com/zxing/zxing ) to render Two-step-authentication QR codes.

1.7.0

21 Mar 01:55

Choose a tag to compare

IdP 5.x compatibility of Shibboleth Integration module

1.6.6-tuakiri9

24 May 03:25

Choose a tag to compare

New: ManagedSubject.login: restrict username to regexp

Switch from allowing "any username not containing a space" to a username-like regexp.

Avoid producing invalid eduPersonPrincipalName values.

New rules for usernames now are:

  • start with letter or underscore
  • only contain letters, numbers, hyphen, dot, or underscore.

1.6.6-tuakiri8

30 Mar 03:46

Choose a tag to compare

Update applicationbase to drop calls to removed jQuery functions.