Skip to content

Commit bcad01d

Browse files
committed
[BOT] post-merge updates
1 parent 4b42c8d commit bcad01d

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[auth_oidc_environment](auth_oidc_environment/) | 18.0.1.0.0 | | This module allows to use server env for OIDC configuration
3030
[auth_saml](auth_saml/) | 18.0.1.0.1 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
3131
[auth_session_timeout](auth_session_timeout/) | 18.0.1.0.0 | | This module disable all inactive sessions since a given delay
32+
[auth_user_case_insensitive](auth_user_case_insensitive/) | 18.0.1.0.0 | | Makes the user login field case insensitive
3233
[base_user_empty_password](base_user_empty_password/) | 18.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to empty password of users
3334
[base_user_show_email](base_user_show_email/) | 18.0.1.0.0 | | Untangle user login and email
3435
[impersonate_login](impersonate_login/) | 18.0.1.0.0 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | tools

auth_user_case_insensitive/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Case Insensitive Logins
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:191e82e2a345b4dab163f77be2535319c23f64fb605fdba6bb24f8b4d0948c4e
10+
!! source digest: sha256:4ee1eddab2396f1f3a38f0496d2cc7e25b56106227a5f16fcf873ace73e868e7
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -75,10 +75,10 @@ Authors
7575
Contributors
7676
------------
7777

78-
- Dave Lasley <dave@laslabs.com>
79-
- Ted Salmon <tsalmon@laslabs.com>
80-
- Mayank Gosai <mgosai@opensourceintegrators.com>
81-
- Chandresh Thakkar <chandresh.thakkar.serpentcs@gmail.com>
78+
- Dave Lasley <dave@laslabs.com>
79+
- Ted Salmon <tsalmon@laslabs.com>
80+
- Mayank Gosai <mgosai@opensourceintegrators.com>
81+
- Chandresh Thakkar <chandresh.thakkar.serpentcs@gmail.com>
8282

8383
Maintainers
8484
-----------

auth_user_case_insensitive/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Case Insensitive Logins</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:191e82e2a345b4dab163f77be2535319c23f64fb605fdba6bb24f8b4d0948c4e
370+
!! source digest: sha256:4ee1eddab2396f1f3a38f0496d2cc7e25b56106227a5f16fcf873ace73e868e7
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/18.0/auth_user_case_insensitive"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_user_case_insensitive"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module makes user logins case insensitive. It also overwrites the

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-auth"
3-
version = "18.0.20250405.0"
3+
version = "18.0.20250410.0"
44
dependencies = [
55
"odoo-addon-auth_admin_passkey==18.0.*",
66
"odoo-addon-auth_api_key==18.0.*",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-auth_oidc_environment==18.0.*",
1111
"odoo-addon-auth_saml==18.0.*",
1212
"odoo-addon-auth_session_timeout==18.0.*",
13+
"odoo-addon-auth_user_case_insensitive==18.0.*",
1314
"odoo-addon-base_user_empty_password==18.0.*",
1415
"odoo-addon-base_user_show_email==18.0.*",
1516
"odoo-addon-impersonate_login==18.0.*",

0 commit comments

Comments
 (0)