Problem/Motivation
Currently, the Drupal 7 version of this module has been copied to the Drupal 8 branch. The functionality doesn't work.
Proposed resolution
Implement the code as suggested by the @FIXME comments.
Remaining tasks
Provide patch containing the fixes.- Test the patch and apply it, so that the an initial Drupal 8 version of this module can be released.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | user_logout_confirm-initial-drupal-8-version-3112765-4.patch | 8.44 KB | watergate |
Comments
Comment #2
watergate commentedAttached patch provides a Drupal 8 version of this module.
The added route subscriber, alters the user.logout route by replacing Drupal's original controller by this modules confirm form. When agreeing to the confirm form, the original controller's functionality is used to log off the user correctly.
Please test and review the patch.
Comment #3
watergate commentedComment #4
watergate commentedFixed a small typo.
Comment #5
watergate commentedComment #6
geoanders commented