MyBB Community Forums

Full Version: Change Login Cookie Length
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I change how long a user stays logged in?
Admin-CP -> Board Settings -> Change -> Who's online settings.
I meant to change to length of time before a user has to re-enter their password.
I would also like to know, how you can have users reenter their passwords, after a specified timeperiod.

I work somewhere, where staff and users use the same computers, but the users shouldn't be able to log in to the forum.

But if the staff forget to log out, everybody can log in, and that's not good!

So please help!!!

Sincerly,
Lindy
You cannot manually set that time in MyBB. You could do it with a code modification only. If you are proficient with PHP, have a look in inc/functions.php and modify the mysetcookie() function.