Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Backend work to support minimum password complexity #2965

Merged
merged 5 commits into from
Jul 11, 2024
Merged

Conversation

reivilibre
Copy link
Contributor

Part of #172

  • Config option for minimum password complexity, default is 3 (> 10^6 guesses)
  • GraphQL API exposes the configured minimum password complexity
  • Minimum password complexity is enforced when setting or changing a password, but the frontend still needs work to make this interactive and pretty.

Copy link

cloudflare-workers-and-pages bot commented Jul 9, 2024

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 47f3feb
Status: ✅  Deploy successful!
Preview URL: https://e2637555.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://rei-be-zxcvbn.matrix-authentication-service-docs.pages.dev

View logs

@reivilibre reivilibre requested a review from sandhose July 9, 2024 13:37
@reivilibre reivilibre marked this pull request as ready for review July 9, 2024 13:37
Copy link
Member

@sandhose sandhose left a comment

Choose a reason for hiding this comment

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

This is great

crates/cli/src/commands/manage.rs Show resolved Hide resolved
crates/handlers/src/views/recovery/finish.rs Show resolved Hide resolved
crates/config/src/sections/passwords.rs Show resolved Hide resolved
crates/handlers/src/test_utils.rs Outdated Show resolved Hide resolved
@reivilibre reivilibre requested a review from sandhose July 10, 2024 14:48
@reivilibre reivilibre merged commit fbc360d into main Jul 11, 2024
16 checks passed
@reivilibre reivilibre deleted the rei/be_zxcvbn branch July 11, 2024 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants