Skip to content

feat: password crack time logic#1905

Open
nicolewu0901 wants to merge 1 commit intoactivist-org:mainfrom
nicolewu0901:main
Open

feat: password crack time logic#1905
nicolewu0901 wants to merge 1 commit intoactivist-org:mainfrom
nicolewu0901:main

Conversation

@nicolewu0901
Copy link

@nicolewu0901 nicolewu0901 commented Feb 17, 2026

Contributor checklist


Description

Description of the proposed change...
This pull request implements Issue #1549, replacing the qualitative password strength labels ("Weak", "Strong", etc.) with a quantitative "Time to Crack" estimation. This change aims to provide users with more tangible feedback regarding their security.

Related issue

@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for activist-org failed. Why did it fail? →

Name Link
🔨 Latest commit acf0d5e
🔍 Latest deploy log https://app.netlify.com/projects/activist-org/deploys/6994f2d63720ca00074411df

@github-actions
Copy link
Contributor

Thank you for the pull request! ❤️

The activist team will do our best to address your contribution as soon as we can. The following are some important points:

Note

activist uses Conventional Comments in reviews to make sure that communication is as clear as possible.

@github-actions
Copy link
Contributor

Maintainer Checklist

The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

  • Tests for changes have been written and the TypeScript, pytest and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The Playwright end to end and Zap penetration tests have been ran and are passing (if necessary)

  • The changelog has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

First PR Commit Check

  • The commit messages for the remote branch of a new contributor should be checked to make sure their email is set up correctly so that they receive credit for their contribution
    • The contributor's name and icon in remote commits should be the same as what appears in the PR
    • If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have for git config user.email in their local activist repo (can be set with git config --global user.email "GITHUB_EMAIL")

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.

Change message about how strong the password is in auth routes to be how long it would take to crack the password

1 participant