Session management on developer portal

We need are looking for adding the following fuinctionality to the security layer of the developer site:

  1. Lockout an account after n number of attempts

  2. Add an account idle timeout - Log a user out after n minutes

Does a specific module exist, or is this already in some existing admin settings within the developer site?

I found the answer to this question.

  1. Lockout an account after n number of attempts
  • Drupal has brute force detection built in. The user is limited to 5 failed login attempts in a 6 hours period.)
  1. Add an account idle timeout - Log a user out after n minutes

~Cheers

@christopher.rogala , Welcome to Apigee Community :slight_smile:

Thank you for sharing the solution with Apigee community, I am sure it will be helpful for others.

Just to add,

  1. Lockout an account after n number of attempts

As you said, It’s available out of the box & it’s called flood control. You can configure same by navigating to “admin/config/system/flood-control” . See attached screenshot below.