Releases: biblibre/omeka-s-module-CAS
Releases · biblibre/omeka-s-module-CAS
0.6.1
- Set
redirect_url
query parameter on login page
0.6.0
This version adds compatibility with Omeka S 4. The minimum Omeka S version required is still 3.0.0
0.5.0
Changed
- Added
redirect_url
query parameter to navigation link so that users are redirected back to the same page after a successful login
0.4.2
Fixed
- Fixed URL building when
cas_url
setting have leading space (#1)
0.4.1
Fixed
- Fixed 'service' parameter sent when validating the ticket
0.4.0
Added
- Added ability to pass a 'gateway' parameter to /cas/login that will be passed to the CAS Server login URL
Fixed
- Search user by email before trying to create it (and fail because email should be unique)
- Add login link to user bar using javascript to make it work when other modules override the user bar template
0.3.0
Added
- Allow to use a CAS attribute as identifier instead of the 'user' in the CAS response
- Allow to use CAS attributes as name and email when creating a new Omeka user account
- Add site navigation link
- Add option to show CAS login link in the user bar
0.2.0
BREAKING CHANGES
- CAS module v0.2.0 is no longer compatible with Omeka S 2.x
Added
- Added compatibility with Omeka S 3.x