TUTORIAL: How To Enforce Strong Passwords In Flask User Creation (UI & Backend)

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 5

  • @carloscloudwebdeveloper1099
    @carloscloudwebdeveloper1099  4 роки тому

    Repo here: github.com/CarlosIUSalazar/Strong-Passwords-Flask

  • @Fer-jf3pl
    @Fer-jf3pl 3 роки тому

    Helpful video :)

  • @praji1202
    @praji1202 2 роки тому

    How can we do it without frontend?

  • @joshthurston
    @joshthurston 2 роки тому

    You added a line 'checkpoilicy = policy.test(password)' but that was never called. What is it for?

    • @stevefisher6657
      @stevefisher6657 Рік тому

      He isn't actually checking the policy with this code, just using complexity. I suspect that line is left in accidentally when he was checking the policy. With the current code, the PasswordPolicy import is not needed, neither is the declaration of the policy. Hope that helps an is correct?