[IMP] Users: update password management#17012
Closed
jacbodoo wants to merge 1 commit into
Closed
Conversation
Collaborator
xpl-odoo
requested changes
Mar 25, 2026
Comment on lines
+167
to
+170
| Odoo has a setting to specify the length needed for a password. To access it, make sure the | ||
| `auth_password_policy` module is installed. Then, navigate to | ||
| :menuselection:`Settings app --> Permissions` section, and enter the desired password length | ||
| in the :guilabel:`Minimum Password Length` field. By default the value is `8`. |
Contributor
There was a problem hiding this comment.
Suggested change
| Odoo has a setting to specify the length needed for a password. To access it, make sure the | |
| `auth_password_policy` module is installed. Then, navigate to | |
| :menuselection:`Settings app --> Permissions` section, and enter the desired password length | |
| in the :guilabel:`Minimum Password Length` field. By default the value is `8`. | |
| To enforce a minimum password length requirement, :ref:`install <general/install>` the :guilabel:`Password Policy` | |
| (`auth_password_policy`) module. Then, open the | |
| :guilabel:`Settings` app, navigate to the :guilabel:`Permissions` section, and enter the desired password length | |
| in the :guilabel:`Minimum Password Length` field. By default, the value is `8`. |
I know you just added the info as requested, but I would improve the whole
- "Odoo has a setting to specify the length needed for a password." is a bit vague, I would be more direct/precise and say "To enforce a minimum password length requirement, ..."
- I would add a ref to the install documentation and include the regular module name first, then its technical name in brackets.
- "Settings app" -> app shouldn't be part of the menuselection, since it's not displayed on the UI. Also, each step of a menuselection should represent a click, and you don't click to go to the Permission section. See my suggestion.
cf198f3 to
d671e1a
Compare
xpl-odoo
reviewed
Mar 31, 2026
d671e1a to
270e957
Compare
xpl-odoo
reviewed
Apr 1, 2026
Comment on lines
172
to
173
| .. image:: users/minimum-password-length.png | ||
| :alt: Minimum Password Length highlighted in the Permissions section of General Settings. |
Contributor
There was a problem hiding this comment.
Suggested change
| .. image:: users/minimum-password-length.png | |
| :alt: Minimum Password Length highlighted in the Permissions section of General Settings. |
Again, I know you didn't update that part, but that kind of screenshot isn't very useful. Also, it should have been inside the tip, and the field used sentence capitalization back when it was taken... so I would remove it (the rst and the file) :)
task-6041661
270e957 to
d898a60
Compare
xpl-odoo
approved these changes
Apr 2, 2026
This was referenced Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

task-6041661