Code Monkey home page Code Monkey logo

Comments (8)

hrueger avatar hrueger commented on June 3, 2024 2

I believe that the en one should then be There should not be any personal or site related data. and for the de version I'd go with Es sollten keine persönlichen oder seitenrelevanten Daten vorkommen. 😀

from zxcvbn.

MrWook avatar MrWook commented on June 3, 2024 1

You can override most of the stuff that was my goal.
Let's stick with site. Which means we have those translations:

en:
There should not be any personal or page related data.

de:
Es sollten keine persönlichen oder Seiten relevanten Daten vorkommen.

fr:
Your translation

nl-be:
@SimonBackx do you mind helping us out?

from zxcvbn.

MrWook avatar MrWook commented on June 3, 2024 1

Do you mind creating a PR for it?
Since Simon does not answer we can just use something like deepl for nl-be and someone can improve it later.
This way we can get this issue rolling 👍

from zxcvbn.

SimonBackx avatar SimonBackx commented on June 3, 2024 1

Vermijd persoonlijke of website gerelateerde woorden.

Is the Dutch one, sorry for the delay!

from zxcvbn.

paulverbeke avatar paulverbeke commented on June 3, 2024

Could we just list every forbidden words ? "There should not be any of these words: [...]" and enumerating userInputs list. Could be problematic if long list. Or maybe leave a specific tag that could be easily replaced by the dev implementing zxcvbn. That way the dev is in total control of the list showed in feedback, and may only show a smaller subset of a really long list.

from zxcvbn.

MrWook avatar MrWook commented on June 3, 2024

The list would be pretty weird and can get pretty quick out of hand. The dev already has full control of what is shown as feedback, as you can just edit the array of it:

import zxcvbnEnPackage from '@zxcvbn-ts/language-en'

const translations = zxcvbnEnPackage.translations
translations.warnings.userInputs = 'Your custom feedback for userInputs'

How about something like There should not be any personal or page related data.?

from zxcvbn.

paulverbeke avatar paulverbeke commented on June 3, 2024

oh great, didn't realize you could override. In this case yes the feedback is definitely better like this. I would emphasize something like "service" or "site" instead of "page"

from zxcvbn.

paulverbeke avatar paulverbeke commented on June 3, 2024

Great, for the fr part that should be: Le mot de passe ne doit pas comporter de données personnelles ou liées au site.

from zxcvbn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.