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

    thlau

    @thlau

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    thlau Unfollow Follow

    Latest posts made by thlau

    • Timeout on add/update user through web/api when changed password algorithm

      Issue:

      When changed password algorithm for tenant, the following actions/apis will timeout

      • timeout on update user api:
        url: api/user/{{uuid}}
        body:
      {
          "applicationId": "{{application-id}}",
          "user": {
              "password": "supersecurepassword" // new password
          }
      }
      
      • timeout on creating a new user using web portal

      Steps to reproduce

      1. create a new tenant
      2. create a test user for this tenant user+inv1@gmail.com (this should success)
      3. change password for this user using postman api user+inv1@gmail.com (this should success)
      4. change the password algorithm for this tenant
      5. create another test user for this tenant user+inv2@gmail.com (this should failed by timeout)
      6. change password for old user using postman api user+inv1@gmail.com (this should failed by timeout)
      posted in Q&A
      T
      thlau