FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. pedroparente
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by pedroparente

    • P

      Unsolved (FusionAuth 1.41.0) How to Update the Password Reset Functionality for Users that Have Two-Factor On?

      Q&A
      • • • pedroparente
      2
      0
      Votes
      2
      Posts
      393
      Views

      mark.robustelliM

      @pedroparente You may try need to update the version of FusionAuth. Seems like it could be related to this issue. https://github.com/FusionAuth/fusionauth-issues/issues/1909 which was fixed in 1.43.0.

    • P

      Unsolved Changing a users password without a two factor code while two factor is enabled

      Q&A
      • • • pedroparente
      2
      0
      Votes
      2
      Posts
      444
      Views

      danD

      Hi @pedroparente ,

      If you can't make a workflow work for your use case, the usual suggestion is to drop down to using the APIs.

      In this case, you could build your own page which let users change their password and use the User Update API to directly change their password.

      Of course, that's more work and circumvents the security posture that FusionAuth provides.

      There's no way to do this within the hosted login pages currently, but you are welcome to file an issue explaining your use case.