#2882270 Support logout
1 unresolved thread
1 unresolved thread
Closes #2882270
Merge request reports
Activity
Filter activity
added 1 commit
- 56dfedfa - Move hook_user_logout implementation to the end of the set
1004 1037 '%name' => $form_state['values']['name'], 1005 1038 ))); 1006 1039 } 1040 1041 /** 1042 * Implements hook_module_implements_alter(). 1043 */ 1044 function openid_connect_module_implements_alter(&$implementations, $hook) { 1045 if ($hook == 'user_logout') { 1046 // Move openid_connect_user_logout() to the end of the list. changed this line in version 3 of the diff
Please register or sign in to reply