-
I'm planning to show https://zxcvbn-ts.github.io/zxcvbn/demo/ to people but am wary of asking people to trust their real passwords with the demo. Is there a way to rewrite the demo so that someone cou…
-
### Description
When I run `npx react-native run-android` I get this error:
```
* What went wrong:
Could not determine the dependencies of task ':react-native-async-storage_async-storage:compile…
-
Hey! I want to validate password on user input
This is my **password schema**
```js
password: z
.string()
.min(8, "must_be_at_least_8")
.refine((val) => /(?=.…
-
As part of our ongoing effort to remove use of Bootstrap from the Zulip codebase by stopping using and then deleting portions of our forked `bootstrap`, we should stop using the Bootstrap progress bar…
-
In #526, the password strength meter is removed because the package we use doesn't support Vue 3 (apertureless/vue-password-strength-meter#54). ~v1.4 won't ship with a password strength meter, but I t…
-
Hello,
Using the pwned matcher as the Vue example shows in the docs (code below), results in the console message `Matcher pwned already exists`.
``` js
import matcherPwnedFactory from '@zxcvbn…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Hello,
I had a working implementation using vue composition API, but after trying to add in the debounce function (along with the pwned matcher & useLevenshteinDistance), can't seem to get it worki…
-
Hi, thanks a lot for the amazing work !
I'm planning to add **zxcvbn** to my Node server.
Multilanguage for validation is perfect feature :)
Setting option while it is handled implicitly I found …
-
执行pnpm run build:pro后,出现问题,正常启动没问题
`SyntaxError: At least one or is required in a single file component.
at Object.parse$4 [as parse] (D:\code\xx-culture\xx-culture-web\node_modules\.pnpm\@v…