Log a user out after a certain time

Hey guys, I was checking if I can create a functionality where a user is logged out after 15 inactive minutes on one of my projects.

I see if I uncheck “stay logged in” on login it remembers me for 24 hours

Is there any way I can set this up on user activity?

Hey man,
Go to plugin section and install Detect inactivity then on the UI builder ( visual elements) select detect icon and place it on the page you intend to close. On the workflow tab click to add an event under element you will see (A detect user has become inactive) select that then log out the user and route them to any page that you want.
Hope that helps.

1 Like

Thanks a lot it works