Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
17.31 KB
MD5: 7bd7c60596fe8d14e410ae8238c63e03
SHA-1: 3c8a75638f5de96d3c1bcfcf885ed630fe3cd684
SHA-256: 082931beb05b8ac4eafe8c3f36395193b0232d6a9d69250f84d9523c2f18bef1
Download zip
28.6 KB
MD5: 20229966350614299a49cf3bafa5902b
SHA-1: b1b38e6718fe66bd38fc894dab1f9d7a7d60f10b
SHA-256: 826a7a80cac9f3600b65192bf6337e1f493dccfa444079f194044fce1dc9fde7
Release notes
Changes in this release:
Warning: the AuthmapInterface has changed in this release. In the uncommon case where you would have overridden the Authmap service, you should update your implementation!
- #3089049: Don't set the access time of newly registered users by bkosborne: Don't set the access time of newly registered users
- #3104478: Clean up linkExistingAccount method so it doesn't needless prefix username with provider name by claudiu.cristea: Clean up linkExistingAccount method so it doesn't needless prefix username with provider name
- #3119389: Drupal 9 Compatibility by jmoreira: Drupal 9 Compatibility
- #3070335: Using multiple auth providers results in all auth data being wiped for a user by jedihe, richgerdes: Using multiple auth providers results in all auth data being wiped for a user