Session management on developer portal

Not applicable

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?

Solved Solved
0 2 407
1 ACCEPTED SOLUTION

Not applicable

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.)

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

- There is an Automated Logout module in Drupal

~Cheers

View solution in original post

2 REPLIES 2

Not applicable

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.)

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

- There is an Automated Logout module in Drupal

~Cheers

@christopher.rogala , Welcome to Apigee Community 🙂

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.

1480-screen-shot-2015-11-13-at-80907-am.png