Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Logout from admin if some one login with the same username & password
  • How can i over come this issue ?
  • HarroHarro
    Accepted Answer
    The Auth package has a security feature that disables multiple concurrent logins by default.

    If you want to disable this feature, change the "multiple_logins" parameter in the app/config/auth.php config file to true. If you don't have this file, copy it from fuel/packages/auth/config to app/config first.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion