Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 
  • The hook_openid('request', ...) is now called hook_openid_request_alter().
  • The new hook_openid_request_alter() takes $service array as an argument.
  • hook_openid_response($response, $account) is now invoked for all responses received even if there is no $account.

API Changes

Impact on contributed modules

  • Use hook_openid_request_alter(&$request, $service) instead of hook_openid('request', ...).
  • Other modules can act on OpenID login even if there is no $account thanks to hook_openid_response($response, $account).
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done