Giter VIP home page Giter VIP logo

Comments (1)

jrushlow avatar jrushlow commented on August 14, 2024

Howdy @mardon - Yes, but, ResetPasswordBundle itself does not really care what the new password will be. This is because setting the new password is done in, typically, in the ResetPasswordController::class which resides in userland code (e.g. your app).

To have any sort of complexity requirements, I'd recommend looking over https://symfony.com/doc/current/reference/constraints/PasswordStrength.html which you can set on the User entity or by creating a validation constraint in the form https://symfony.com/doc/current/forms.html#validating-forms

I'd recommend setting the complexity constraint (or any other "strength" constraints) on the user entity itself as attributes. This way, you'll have the same complexity requirements when the user registers, changes their password (e.g. in their "profile page"), and when they need to use reset-password.

Let us know if you need any additional help! Thank you!

from reset-password-bundle.

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.