Skip to content

[FIX] password_security: avoid blocking module installation - #986

Open
luisg123v wants to merge 1 commit into
OCA:19.0from
vauxoo-dev:19.0-password_security_skip_demo-luisg
Open

[FIX] password_security: avoid blocking module installation#986
luisg123v wants to merge 1 commit into
OCA:19.0from
vauxoo-dev:19.0-password_security_skip_demo-luisg

Conversation

@luisg123v

Copy link
Copy Markdown
Contributor

Users created from data files can have passwords that do not comply with the configured policy, which causes modules that define such users to fail during installation, even demo data.

To fix this, the policy check is skipped while loading data files.

Note that Tests are unaffected because users created there are through the ORM, so the policy is still covered.

Closes #865

Users created from data files can have passwords that do not comply with
the configured policy, which causes modules that define such users to
fail during installation, even demo data.

To fix this, the policy check is skipped while loading data files.

Note that Tests are unaffected because users created there are through
the ORM, so the policy is still covered.

Closes OCA#865
@luisg123v
luisg123v force-pushed the 19.0-password_security_skip_demo-luisg branch from 5ac60f4 to 79eaad9 Compare August 22, 2026 20:48
@luisg123v

Copy link
Copy Markdown
Contributor Author

Hi @moylop260,

Could you review, please?

CC @isaako34, @desdelinux

@moylop260 moylop260 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@moylop260

Copy link
Copy Markdown
Contributor

Approve since that I have a similar issue using this same way xd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:password_security Module password_security series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants