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

    Topics created by AliMirlou

    • A

      Solved Form Field verification strategy still sends a link for verification

      Q&A
      • • • AliMirlou
      2
      0
      Votes
      2
      Posts
      674
      Views

      A

      Seems like it doesn't work until the gated unverified behavior feature is enabled.

      Although this is confusing because FusionAuth accepts my new form field verification strategy setting but just ignores it.

    • A

      Date header in emails

      Q&A
      • • • AliMirlou
      5
      0
      Votes
      5
      Posts
      2.2k
      Views

      joshuaJ

      @spacho

      I don't see an open issue. Feel free to log one below!

      https://github.com/FusionAuth/fusionauth-issues/issues/new/choose

      Thanks,
      Josh

    • A

      How can I check if user has set password?

      Q&A
      • • • AliMirlou
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      You could look at the password last update timestamp (passwordLastUpdateInstant) which is an attribute on the user.

      See if there's been any change since the initial email send (or since the issue). If there had been no change, you should be able to resend the email.

    • A

      Token type?

      Q&A
      • jwt access tokens python fusionauth • • AliMirlou
      3
      0
      Votes
      3
      Posts
      6.6k
      Views

      A

      Seems like the library I used is opinionated. Thanks for the hints.

    • A

      When is `introspect` endpoint needed?

      Q&A
      • • • AliMirlou
      6
      0
      Votes
      6
      Posts
      6.6k
      Views

      A

      @robotdan Also, it was actually me who opened the mentioned issue. 😅