• JavaScript 78.8%
  • Python 11.6%
  • HTML 9.6%
Find a file
Ryoko Tsuda bc34c96874 Translated using Weblate (Japanese)
Currently translated at 100.0% (2 of 2 strings)

Translation: server-auth-18.0/server-auth-18.0-auth_user_case_insensitive
Translate-URL: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_user_case_insensitive/ja/
2026-04-22 05:45:05 +00:00
.github/workflows Update dotfiles 2026-02-19 13:59:31 +01:00
auth_admin_passkey Update translation files 2025-01-03 11:52:26 +00:00
auth_api_key [BOT] post-merge updates 2026-04-21 06:36:25 +00:00
auth_api_key_group Translated using Weblate (Chinese (Simplified) (zh_CN)) 2025-04-13 16:24:45 +00:00
auth_api_key_server_env Translated using Weblate (Italian) 2025-05-16 09:24:49 +00:00
auth_jwt [BOT] post-merge updates 2026-02-20 12:34:58 +00:00
auth_jwt_demo [BOT] post-merge updates 2026-02-19 13:17:13 +00:00
auth_oauth_filter_by_domain Translated using Weblate (Italian) 2025-06-17 08:26:51 +00:00
auth_oauth_login_field Translated using Weblate (Italian) 2026-02-21 12:10:04 +00:00
auth_oauth_multi_token Update translation files 2025-06-22 08:16:47 +00:00
auth_oidc Translated using Weblate (Italian) 2025-11-03 10:07:27 +00:00
auth_oidc_environment Translated using Weblate (Italian) 2025-05-16 09:24:49 +00:00
auth_saml Translated using Weblate (Italian) 2025-09-26 18:43:44 +00:00
auth_session_timeout [BOT] post-merge updates 2025-03-03 15:20:57 +00:00
auth_signup_verify_email Translated using Weblate (French) 2025-10-15 11:43:42 +00:00
auth_user_case_insensitive Translated using Weblate (Japanese) 2026-04-22 05:45:05 +00:00
base_user_empty_password Translated using Weblate (Italian) 2024-10-13 18:06:28 +00:00
base_user_show_email [BOT] post-merge updates 2024-11-16 10:46:18 +00:00
cross_connect_client Translated using Weblate (Italian) 2026-04-08 12:45:41 +00:00
impersonate_login Translated using Weblate (French) 2026-02-18 15:12:46 +00:00
password_security [BOT] post-merge updates 2025-06-14 09:45:56 +00:00
setup/_metapackage [BOT] post-merge updates 2026-02-27 12:18:47 +00:00
user_log_view [BOT] post-merge updates 2025-10-13 19:20:48 +00:00
users_ldap_mail [BOT] post-merge updates 2025-09-09 09:45:03 +00:00
vault [BOT] post-merge updates 2026-02-25 09:48:28 +00:00
vault_share [BOT] post-merge updates 2025-12-17 07:23:29 +00:00
.copier-answers.yml Update dotfiles 2026-02-19 13:59:31 +01:00
.editorconfig Initial commit 2024-10-08 12:49:23 +00:00
.gitattributes [UPD] Update copier template 2025-12-12 15:25:32 +01:00
.gitignore Initial commit 2024-10-08 12:49:23 +00:00
.pre-commit-config.yaml [UPD] Update copier template 2025-12-12 15:25:32 +01:00
.pylintrc Update dotfiles 2026-02-19 13:59:31 +01:00
.pylintrc-mandatory [UPD] Update copier template 2025-12-12 15:25:32 +01:00
.ruff.toml [IMP] update dotfiles 2025-02-09 18:35:51 +00:00
checklog-odoo.cfg Update dotfiles 2026-02-19 13:59:31 +01:00
eslint.config.cjs [UPD] Update copier template 2025-12-12 15:25:32 +01:00
LICENSE Initial commit 2024-10-08 12:49:23 +00:00
prettier.config.cjs [IMP] update dotfiles 2024-10-20 15:36:43 +00:00
README.md [BOT] post-merge updates 2026-04-21 06:36:25 +00:00
requirements.txt [IMP] auth_jwt: pre-commit auto fixes 2025-08-25 04:44:55 +03:00
test-requirements.txt [MIG] auth_oidc: Migration to 18.0 2024-10-09 13:52:04 +02:00

Support the OCA

server-auth

Runboat Pre-commit Status Build Status codecov Translation Status

server-auth

Available addons

addon version maintainers summary
auth_admin_passkey 18.0.1.0.0 Allows system administrator to authenticate with any account
auth_api_key 18.0.1.0.2 Authenticate http requests from an API key
auth_api_key_group 18.0.1.0.0 simahawk Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys.
auth_api_key_server_env 18.0.1.0.0 Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention:
auth_jwt 18.0.1.0.2 sbidoul JWT bearer token authentication.
auth_jwt_demo 18.0.1.0.1 sbidoul Test/demo module for auth_jwt.
auth_oauth_filter_by_domain 18.0.1.0.0 natuan9 Filter OAuth providers by domain
auth_oauth_login_field 18.0.1.0.0 sbidoul Handle the login field in OAuth signup
auth_oauth_multi_token 18.0.2.0.0 Allow multiple connection with the same OAuth account
auth_oidc 18.0.1.1.0 sbidoul Allow users to login through OpenID Connect Provider
auth_oidc_environment 18.0.1.0.0 This module allows to use server env for OIDC configuration
auth_saml 18.0.1.1.0 vincent-hatakeyama SAML2 Authentication
auth_session_timeout 18.0.1.0.0 This module disable all inactive sessions since a given delay
auth_signup_verify_email 18.0.1.0.0 Force uninvited users to use a good email for signup
auth_user_case_insensitive 18.0.1.0.0 Makes the user login field case insensitive
base_user_empty_password 18.0.1.0.0 grindtildeath Allows to empty password of users
base_user_show_email 18.0.1.0.0 Untangle user login and email
cross_connect_client 18.0.1.0.0 paradoxxxzero Cross Connect Client allows to connect to a Cross Connect Server enabled odoo instance.
impersonate_login 18.0.1.1.0 Kev-Roche tools
password_security 18.0.1.0.0 Allow admin to set password security requirements.
user_log_view 18.0.1.0.0 trojikman Allow to see user's actions log
users_ldap_mail 18.0.1.0.0 joao-p-marques LDAP mapping for user name and e-mail
vault 18.0.1.0.2 Password vault integration in Odoo
vault_share 18.0.1.0.0 Implementation of a mechanism to share secrets

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.