- My goal: We need to meet two specific security requirements flagged during an audit:
-
Blocking concurrent sessions so that a single user account cannot be logged in from multiple devices or browsers at the same time.
-
Automatically locking a user account after a certain number of consecutive failed login attempts.
-
- Issue: We cannot find settings for either of these features in the Retool admin panel. It's unclear whether they are supported, and if so, where they are configured.
- Retool version & hosting setup (Docker, K8s, cloud provider, etc.): Retool version 3.253.8, Self-hosted on AWS EKS
- Error message(s) or screenshots: N/A — this is a configuration inquiry, not an error. We simply cannot locate these settings in the admin panel.
- What I’ve tried so far:
- Reviewed the Retool admin panel settings but could not find options related to session concurrency or login attempt limits.
- Searched the Retool documentation but could not find clear references to these features.
Any guidance on whether these features are supported — and how to configure them — would be greatly appreciated. Thank you!