-
Notifications
You must be signed in to change notification settings - Fork 50
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
[PM-5346] Implement password strength #489
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
==========================================
+ Coverage 48.60% 49.45% +0.84%
==========================================
Files 152 154 +2
Lines 7271 7389 +118
==========================================
+ Hits 3534 3654 +120
+ Misses 3737 3735 -2 ☔ View full report in Codecov by Sentry. |
Type of change
Objective
Break up
password.rs
into a module for clarity. Implement password strength along test cases that are replicated in the clients codebase.Before you submit