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

Password Validation Configuration #4482

Merged
merged 22 commits into from Jul 18, 2023

Conversation

JacquelineMorrissette
Copy link
Contributor

@JacquelineMorrissette JacquelineMorrissette commented Jun 8, 2023

Checklist

  1. If you've added code that should be tested, add tests
  2. If you've changed APIs, update (or create!) the documentation
  3. Ensure the tests pass
  4. Make sure that your code lints and that you've followed our coding style
  5. Write a description of your work suitable for publishing on our forum
  6. Mention any related issues in this repository (as #ISSUE) and in other repositories (as kobotoolbox/other#ISSUE)
  7. Open an issue in the docs if there are UI/UX changes

Description

Add password validation configuration to Constance and add variables to the /environment endpoint

Related issues

Closes #4462
Closes #4481

@JacquelineMorrissette JacquelineMorrissette added API Changes related to API endpoints Back end labels Jun 8, 2023
@JacquelineMorrissette JacquelineMorrissette linked an issue Jun 8, 2023 that may be closed by this pull request
kobo/settings/base.py Outdated Show resolved Hide resolved
kobo/settings/base.py Outdated Show resolved Hide resolved
kobo/settings/base.py Outdated Show resolved Hide resolved
kpi/views/environment.py Outdated Show resolved Hide resolved
kobo/settings/base.py Show resolved Hide resolved
…asses

Validate password based on (Constance) settings in Django Admin
…-reqs

 # Conflicts:
 #	kpi/tests/api/test_api_environment.py
…pi into 4462-configure-custom-reqs

 # Conflicts:
 #	kobo/settings/base.py
@noliveleger noliveleger merged commit e7871fa into feature/password-complexity Jul 18, 2023
3 checks passed
@noliveleger noliveleger deleted the 4462-configure-custom-reqs branch July 18, 2023 13:39
@noliveleger noliveleger self-requested a review July 18, 2023 13:39
@noliveleger noliveleger self-assigned this Jul 18, 2023
@magicznyleszek magicznyleszek linked an issue Aug 1, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Changes related to API endpoints Back end
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config for zxcvbn disabling Build a way to configure custom requirements in Constance
3 participants