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

    travis.milum

    @travis.milum

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

    travis.milum Unfollow Follow

    Latest posts made by travis.milum

    • Changing password after lockout doesn't reset failed attempts count

      We're implementing a mechanism to lock a user out with a user action after a number of failed login attempts. We want this lockout to persist until the user changes their password.

      What we find is that if we create and then delete the lockout action and then the user tries to login again the account is locked after a single failed login attempt. We're expecting that after the lockout action is removed that the user has another number of failed login attempts to go through before a lockout again.

      It would seem like this is a bug, but we can probably work around the issue if there is an API that could be called which would reset the user's failed login count.

      Thanks

      posted in Q&A
      T
      travis.milum
    • RE: How to trigger user.email.verified webhook when user clicks the link in their email

      Any followup on this one?

      posted in General Discussion
      T
      travis.milum
    • RE: How to enable user.password.update webhook

      Hmm. Can you list out the webhooks that are restricted this way?

      posted in Q&A
      T
      travis.milum
    • RE: How to trigger user.email.verified webhook when user clicks the link in their email

      We just updated recently.

      66848409-eff4-42b7-85af-4324c61f48c0-image.png

      posted in General Discussion
      T
      travis.milum
    • How to enable user.password.update webhook

      Currently using a developer license which includes a Reactor license as well. But when enabling the user.password.update webhook in a tenant it does not save and shows the error 'Reactor license required'

      2d6b4549-79f3-4e1a-92d1-0403d3c2f9ab-image.png

      6006617e-b2ec-4181-8494-593f43d6e8b2-image.png

      8fd41992-a73b-42a5-8c2b-873e67eae5fe-image.png

      posted in Q&A
      T
      travis.milum
    • How to trigger user.email.verified webhook when user clicks the link in their email

      Is it possible to fire the user.email.verified webhook when the user clicks the set password link in their email?

      Scenario is

      1. User account and registration are created via api. Application is configured to require email verifications, the api request uses sendSetPasswordEmail = true, and skipRegistrationVerification = true
      2. They receive an email to set their password
      3. User clicks the link and is shown the password change view
        -- at this point since the user clicked the link I'd like to be able to confirm that the email is valid
      4. User enters new password
      5. user.email.verified webhook sent.
      posted in General Discussion
      T
      travis.milum