Releases: REANNZ/AAF-VHO
Releases · REANNZ/AAF-VHO
1.7.7
What's Changed
- fix: improve Deactivated email template by @vladimir-mencl-eresearch in #13
- new: add account expiry to org/group accounts view by @vladimir-mencl-eresearch in #14
- fix: remove legacy account migration support by @vladimir-mencl-eresearch in #15
Full Changelog: 1.7.6...1.7.7
1.7.6
1.7.5
1.7.4
What's Changed
- fix: MyAcct/Finalize: do not remove session attr if not complete by @vladimir-mencl-eresearch in #10
- Adjust FRsync to new MDTool-compatible format for organisation data by @vladimir-mencl-eresearch in #11
Full Changelog: 1.7.3...1.7.4
Version 1.7.3
Removed obsolete information from the two-factor authentication setup page.
Version 1.7.2
- 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
Use ZXing ( https://github.com/zxing/zxing ) to render Two-step-authentication QR codes.
1.7.0
IdP 5.x compatibility of Shibboleth Integration module
1.6.6-tuakiri9
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
Update applicationbase to drop calls to removed jQuery functions.