Stop Autologin in Hotspot

I have configured hotspot in Mikrotik RB450G with radius.

Once the user has logged in, then at a later stage when the user wants to relogin, he is able to automatically login. I want to stop this.

I want that whenever any user wants to login, that user gets the login screen.

I also want that the users are logged out if they have been idle for say 10 or 15 mintues

I also want that, all the users are automatically logged out at 8am every day.

Please help me in figuring these out.

Thanks and regards

What check boxes do you have tagged

  • Go IP>Hotspot>server profile > login tab , login by : there uncheck cookies to stop auto logining
  • to auto log out go ip > hotspot > user profile in the default profile and all the other profiles in the tab called general find keepalive timeout and put the required time to auto logout if the user is ideal
    *for auto logout at 8 am, paste this at the new terminal :
    system scheduler add name=auto-logout start-date=nov/06/2015 start-time=08:00:00 interval=1d on-event=“ip
    /hotspot active remove [find radius || !radius ]” but please be sure that your clock is at the right time of your timezone