| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 49 |
| Technical Name |
te_login_shield |
| License | OPL-1 |
| Versions | 16.0 17.0 18.0 19.0 |
Odoo User Login Security Made Simple
Login Shield lets administrators control how many failed logins are allowed and how long users must wait before trying again. Configure everything from Settings > General Settings > Login Shield with no extra database tables.
Key Features
User Guide
Follow these three steps to install, configure, and test Login Shield on Odoo 19.
Install the Module
Go to Apps, search for te_login_shield, and click Activate.
- Go to Apps
- Click Update Apps List if the module is not visible
- Search: te_login_shield
- Click Activate
Configure Login Protection
Open Settings > General Settings > Login Shield and set your rules.
| Setting | Description | Example |
|---|---|---|
| Allowed Failed Logins | Wrong passwords allowed before lockout | 3 |
| Lockout Period (seconds) | Wait time before user can try again | 60 |
Lockout Message on Login Page
After too many failed attempts, users see a warning and cannot sign in until the lockout period ends.
Message: Too many login failures, please wait a bit before trying again.
How It Works
1. Failed Attempt Tracked
Each wrong password is counted by Odoo.
2. Threshold Reached
Sign-in is blocked after the configured limit.
3. Cooldown Period
User waits for the defined lockout seconds.
4. Successful Login
A correct login clears the failure counter.
FAQ
Does this module store extra data?
No. It uses Odoo native cooldown parameters only.
Can I disable login lockout?
Yes. Set Allowed Failed Logins to 0 in General Settings.
Which Odoo versions are supported?
Odoo 19 Community, Enterprise, and Odoo.sh.
Services
Services that we provide
Odoo Customization
Odoo Implementation
Odoo Support
Odoo Integration
Odoo Migration
Odoo Consultancy
Support
Need help? Get in touch with TechEmpyre.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module