Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the environment variable that allow to disable the password policy #7985

Merged
merged 1 commit into from Jan 2, 2024

Conversation

2403905
Copy link
Contributor

@2403905 2403905 commented Dec 15, 2023

!! Related from the REVA changes cs3org/reva#4409

add the environment variable that allow to disable the password policy

Description

The password_policy.disabled has been added to the capabilities

                "password_policy": {
                    "disabled": true,
                    "min_characters": 3,
                    "max_characters": 72,
                    "min_lowercase_characters": 0,
                    "min_uppercase_characters": 0,
                    "min_digits": 0,
                    "min_special_characters": 0
                },

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@2403905 2403905 requested a review from micbar December 15, 2023 11:51
@2403905 2403905 force-pushed the issue-7916 branch 2 times, most recently from 68c7771 to ff83a25 Compare December 15, 2023 14:27
Copy link
Collaborator

@kobergj kobergj left a comment

Choose a reason for hiding this comment

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

LGTM will approve after reva bump

Copy link

sonarcloud bot commented Dec 22, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@micbar micbar merged commit 6b05333 into owncloud:master Jan 2, 2024
4 checks passed
ownclouders pushed a commit that referenced this pull request Jan 2, 2024
add the environment variable that allow to disable the password policy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling password policy via env config vars ist too laborious
4 participants