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

    Topics created by luke.fishman

    • L

      TLS/SSL conncetion to postgressDB

      Q&A
      • • • luke.fishman
      3
      0
      Votes
      3
      Posts
      699
      Views

      M

      you can add to the database_url: ?ssl=true&sslmode=require (pick the mode you actually require)

      if your server supports tls1.3+ you should force 1.2 on the client:
      FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS="-Djdk.tls.client.protocols=TLSv1.2"
      (https://fusionauth.io/community/forum/topic/938/secure-db-connection-with-tls-1-3/4?_=1629097757303)

    • L

      Slow Elasticsearch queries

      Q&A
      • • • luke.fishman
      2
      0
      Votes
      2
      Posts
      418
      Views

      joshuaJ

      Hi @luke-fishman,

      I have a few questions for you to see if we can get to the bottom of this.

      Is this an ongoing problem or has it recently surfaced? If recently surfaced, has anything changed which would slow your queries down? For instance, have you made any architecture changes? Was this user query much faster in the recent past?

      What do queries from the Admin UI look like (are they performant?)?

      Other things to evaluate include the size of your database and your architecture to make sure it's right-sized for your use case.

      Finally, are you seeing anything in the error and event logs in FusionAuth (or in your server) that would indicate a larger problem?

      Thanks,
      Josh

    • L

      Custom lost password/ lost user name forms

      Q&A
      • • • luke.fishman
      2
      0
      Votes
      2
      Posts
      553
      Views

      danD

      You can customize the forgot password page by modifying the theme. More details here: https://fusionauth.io/docs/v1/tech/themes/

      The template you are looking to modify is the Forgot password template.

      There is currently no Forgot username functionality. Please feel free to file a feature request for this functionality.