TIP: You can type at any time to perform a new search.
Case Insensitive Logins
auth_user_case_insensitive · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Authentication
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://laslabs.com/
- Last tracking update
- 2026-08-07 07:17:48
- Authors
- Odoo Community Association (OCA), LasLabs
- Maintainers
- Odoo Community Association (OCA), LasLabs
- Committers
- GitHub, OCA Transbot, OCA-git-bot, oca-travis, Ted Salmon, Giovanni Francesco Capalbo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
loginCharhelp='Used to log into the system. Case insensitive.'
-
create(self, vals)@api.modelOverload create to lowercase login -
search(self, args, offset=0, limit=None, order=None, count=False)@api.modelModifies all search domains to replace login with login.lower(). -
write(self, vals)@api.multiOverload write to lowercase login