diff --git a/auth_user_case_insensitive/README.rst b/auth_user_case_insensitive/README.rst index 0b5ee47967..c0a5b62a27 100644 --- a/auth_user_case_insensitive/README.rst +++ b/auth_user_case_insensitive/README.rst @@ -29,8 +29,8 @@ Case Insensitive Logins |badge1| |badge2| |badge3| |badge4| |badge5| This module makes user logins case insensitive. It also overwrites the -search method to allow these case insensitive logins to work on a database -that previously had case sensitive logins. +search method to allow these case insensitive logins to work on a +database that previously had case sensitive logins. **Table of contents** @@ -40,15 +40,18 @@ that previously had case sensitive logins. Installation ============ -Install this module as you would any other. No further configuration is required. +Install this module as you would any other. No further configuration is +required. -Note that upon installation the existing logins will all be converted to lowercase. +Note that upon installation the existing logins will all be converted to +lowercase. Usage ===== -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Steps to test the module +|Steps to test the module| + +.. |Steps to test the module| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :target: https://runbot.odoo-community.org/runbot/167/11.0 Bug Tracker @@ -57,7 +60,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,21 +68,20 @@ Credits ======= Authors -~~~~~~~ +------- * LasLabs Contributors -~~~~~~~~~~~~ +------------ -* Dave Lasley -* Ted Salmon -* Mayank Gosai -* Chandresh Thakkar -* Mohammed El-khamisi +- Dave Lasley +- Ted Salmon +- Mayank Gosai +- Chandresh Thakkar Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. diff --git a/auth_user_case_insensitive/pyproject.toml b/auth_user_case_insensitive/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/auth_user_case_insensitive/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/auth_user_case_insensitive/readme/CONTRIBUTORS.md b/auth_user_case_insensitive/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..85ab6d3848 --- /dev/null +++ b/auth_user_case_insensitive/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Dave Lasley \ +- Ted Salmon \ +- Mayank Gosai \ +- Chandresh Thakkar \ diff --git a/auth_user_case_insensitive/readme/CONTRIBUTORS.rst b/auth_user_case_insensitive/readme/CONTRIBUTORS.rst deleted file mode 100644 index 7b563facde..0000000000 --- a/auth_user_case_insensitive/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Dave Lasley -* Ted Salmon -* Mayank Gosai -* Chandresh Thakkar diff --git a/auth_user_case_insensitive/readme/DESCRIPTION.rst b/auth_user_case_insensitive/readme/DESCRIPTION.md similarity index 71% rename from auth_user_case_insensitive/readme/DESCRIPTION.rst rename to auth_user_case_insensitive/readme/DESCRIPTION.md index d91984716b..5ead8d567c 100644 --- a/auth_user_case_insensitive/readme/DESCRIPTION.rst +++ b/auth_user_case_insensitive/readme/DESCRIPTION.md @@ -1,3 +1,3 @@ This module makes user logins case insensitive. It also overwrites the -search method to allow these case insensitive logins to work on a database -that previously had case sensitive logins. +search method to allow these case insensitive logins to work on a +database that previously had case sensitive logins. diff --git a/auth_user_case_insensitive/readme/INSTALL.rst b/auth_user_case_insensitive/readme/INSTALL.md similarity index 77% rename from auth_user_case_insensitive/readme/INSTALL.rst rename to auth_user_case_insensitive/readme/INSTALL.md index 16f1d1cdd8..f81f487eac 100644 --- a/auth_user_case_insensitive/readme/INSTALL.rst +++ b/auth_user_case_insensitive/readme/INSTALL.md @@ -1,3 +1,5 @@ -Install this module as you would any other. No further configuration is required. +Install this module as you would any other. No further configuration is +required. -Note that upon installation the existing logins will all be converted to lowercase. +Note that upon installation the existing logins will all be converted to +lowercase. diff --git a/auth_user_case_insensitive/readme/USAGE.md b/auth_user_case_insensitive/readme/USAGE.md new file mode 100644 index 0000000000..d13d3f3efb --- /dev/null +++ b/auth_user_case_insensitive/readme/USAGE.md @@ -0,0 +1 @@ +[![Steps to test the module](https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas)](https://runbot.odoo-community.org/runbot/167/11.0) diff --git a/auth_user_case_insensitive/readme/USAGE.rst b/auth_user_case_insensitive/readme/USAGE.rst deleted file mode 100644 index cbf2a7fcbe..0000000000 --- a/auth_user_case_insensitive/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Steps to test the module - :target: https://runbot.odoo-community.org/runbot/167/11.0 diff --git a/auth_user_case_insensitive/static/description/index.html b/auth_user_case_insensitive/static/description/index.html index 5453dcb546..526610b41b 100644 --- a/auth_user_case_insensitive/static/description/index.html +++ b/auth_user_case_insensitive/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,10 +369,10 @@

Case Insensitive Logins

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:218a9d428632a009fcafb6d6b00dbfe78cbb0f5db17c3565e650713bfbf4dfe4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module makes user logins case insensitive. It also overwrites the -search method to allow these case insensitive logins to work on a database -that previously had case sensitive logins.

+search method to allow these case insensitive logins to work on a +database that previously had case sensitive logins.

Table of contents

    @@ -389,19 +389,21 @@

    Case Insensitive Logins

Installation

-

Install this module as you would any other. No further configuration is required.

-

Note that upon installation the existing logins will all be converted to lowercase.

+

Install this module as you would any other. No further configuration is +required.

+

Note that upon installation the existing logins will all be converted to +lowercase.

Usage

-Steps to test the module +

Steps to test the module

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -424,7 +426,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.