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

    Topics created by flaviofdiez

    • F

      Unsolved Expired vs Locked - Concept

      Q&A
      • • • flaviofdiez
      2
      0
      Votes
      2
      Posts
      365
      Views

      danD

      @flaviofdiez

      Thanks for sharing your thoughts.

      If you want to mark a user inactive, you can do a soft delete on that user: https://fusionauth.io/docs/v1/tech/apis/users#delete-a-user

      Then you can re-activate them: https://fusionauth.io/docs/v1/tech/apis/users#reactivate-a-user

      I'm not sure what you mean by expired? That seems like a construct you are creating yourself?

      If you want to apply a time based attribute to a user, you could use user actions: https://fusionauth.io/docs/v1/tech/apis/actioning-users which let you apply an action to a user, which can be for a limited period of time or forever (until you remove it). There's some support in the admin UI for applying user actions.

      HTH.

    • F

      Multiple Applications, 1 Tenant - wrong email

      Q&A
      • • • flaviofdiez
      2
      0
      Votes
      2
      Posts
      288
      Views

      danD

      I get an email that does not correspond to the application that initiated

      Can you provide the applicationId when you initiate the forgot password flow?