-
-
-
-
-
-
-
-
-
-
-
-
7.x-2.6cca3da25 · ·
Show add more identities widget only if user views his own HybridAuth tab uLogin to HybridAuth migration submodule Changes some icons in default icon packs Changes to theming layer - be careful if you did some custom theming Added rel="nofollow" to all authentication links - by konstantin.komelin Added support for dynamically added providers - scan Providers directory and add additional providers to the admin page
-
6.x-2.00f778918 · ·
First release for Drupal 6 - feature parity with Drupal 7 version where possible
-
7.x-2.5db25b78f · ·
Fix for [#1841134] - added "hauth_return_to" parameter when processing authentication Fix for [#1843354] - added check for a non-empty $account->uid, the same way as realname module does New feature [#1840148] - added hybridauth_user_insert and hybridauth_user_login Rules events
-
7.x-2.46bb18823 · ·
Reworked new user creation workflow Removed implementation of hook_exit() - it was a hack for Legal module compatibility Removed implementation of hook_user_presave(). Added hybridauth_session DB table Implemented persistent sessions for HybridAuth session data
-
7.x-2.3fb85fb79 · ·
New feature [#1839178] - Allow username change when registering through HybridAuth Integration with username_check module
-
7.x-2.2f6d92fab · ·
Bugfix for Recoverable fatal error: Argument 2 passed to drupal_array_set_nested_value() must be an array, null given... + Fixed logic for duplicate email processing
-
7.x-2.17087faab · ·
Added tokens support to destination setting (redirect after login). Fixed [#1835820] - HybridAuth library requires php-curl; added to README.txt Fixed [#1835840] - honor the site settings on who can register and approve new user accounts Added required fields functionality - if value is not returned by auth provider we will present a form to fill required values. Refactored exceptions handling and watchdog reporting stuff.
-
7.x-2.1-rc136439fa0 · ·
Added tokens support to destination setting (redirect after login). Fixed [#1835820] - HybridAuth library requires php-curl; added to README.txt Fixed [#1835840] - honor the site settings on who can register and approve new user accounts Added required fields functionality - if value is not returned by auth provider we will present a form to fill required values.
-
7.x-2.0c146e148 · ·
Fixed [#1817062] - fixed broken uninstall Trim white space for provider keys Added 3rd option on how to handle duplicate emaill addresses - add new identity to the existing account