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

    Topics created by echino

    • E

      Password forgot / sent extra parameters

      General Discussion
      • • • echino
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      E

      Not the best way of doing that but found that you could inject some stuff in metaData.device.name

      <input type="hidden" name="metaData.device.name" value="_${request.getParameter('someparam')}" />

      I can later retrieve it and parse it and assign it

      [#assign someparam=request.getParameter("metaData.device.name")?split("_")?last]
    • E

      Extends Freemarker variables for custom theme

      General Discussion
      • • • echino
      2
      0
      Votes
      2
      Posts
      2.5k
      Views

      E

      I found that you can use GET parameters directly inside FTL which works perfectly

      request.getParameter("param")
    • E

      SMTP config with sendgrid

      Comments & Feedback
      • • • echino
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      joshuaJ

      @dev

      Thanks for the question!

      Have you reviewed the troubleshooting steps for email?

      https://site-local.fusionauth.io/docs/v1/tech/troubleshooting/#troubleshooting-email

      Setting the mail.debug=true and examining the event/app logs will be most helpful in narrowing down the source of the issue.

      Thanks,
      Josh