-
Notifications
You must be signed in to change notification settings - Fork 1k
Add password policy #698
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 password policy #698
Conversation
Sneezry
commented
Jul 8, 2021

Codecov Report
@@ Coverage Diff @@
## dev #698 +/- ##
==========================================
+ Coverage 18.39% 18.49% +0.10%
==========================================
Files 17 17
Lines 1544 1546 +2
Branches 335 335
==========================================
+ Hits 284 286 +2
Misses 1227 1227
Partials 33 33
Continue to review full report at Codecov.
|
|
@mymindstorm any idea with the test failure? It seems the test engine failed to connect to the browser. |
Co-authored-by: mymindstorm <mymindstorm@evermiss.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing worked perfectly. I think an example could be added in schema.json, just to clarify that no slashes are needed (e.g. /[A-Z]+/ should be [A-Z]+).
Updated. |