Skip to content
Snippets Groups Projects

#2882270 Support logout

1 unresolved thread

Closes #2882270

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • Neil Drumm added 1 commit

    added 1 commit

    • 47719a5d - Add a little more detail to the comment.

    Compare with previous version

  • Please register or sign in to reply
    Loading