• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
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
    • • 3 Feb 2022, 10:25 • flaviofdiez 17 Feb 2022, 03:14
    2
    0
    Votes
    2
    Posts
    368
    Views

    D 17 Feb 2022, 03:14

    @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
    • • 12 Nov 2020, 10:47 • flaviofdiez 17 Nov 2020, 15:47
    2
    0
    Votes
    2
    Posts
    293
    Views

    D 17 Nov 2020, 15:47

    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?