I need to logout the user after the password reset.
Added a new checkbox field in the settings form so that this can be checked in controller.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sorina.hriban created an issue. See original summary.

sorina.hriban’s picture

kamkejj’s picture

This patch worked for us, but I also wanted to be able to redirect the user to a specific page after being logged out. Added to this patch that works with the current dev branch and the 8.x-1.7 release.

kamkejj’s picture

A fix for my last patch which didn't return anything if the logout destination was not set.