End the user session from the listing page.

Comments

heykarthikwithu created an issue. See original summary.

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Active » Needs review
StatusFileSize
new2.49 KB
xaiwant’s picture

Assigned: Unassigned » heykarthikwithu
Status: Needs review » Needs work

Currently i have installed this module in my local system. So whenever i End the session for logged in user it redirected to Page not found

return new RedirectResponse('/admin/people/clu');

should be replaced with

return new RedirectResponse(\Drupal::url('<root_name_here>'));

xaiwant’s picture

StatusFileSize
new17.63 KB
heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Needs work » Needs review
StatusFileSize
new2.51 KB
new346 bytes
xaiwant’s picture

Status: Needs review » Reviewed & tested by the community

thumbs up. looks good now.

  • heykarthikwithu committed a8f607a on 8.x-1.x
    Issue #2696051 by heykarthikwithu, xaiwant: End the user session from...
heykarthikwithu’s picture

Status: Reviewed & tested by the community » Fixed

Committed..

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.