FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • N

      CI/CD Deployment of FusionAuth with Automatic Registration

      General Discussion
      • • • nikola
      2
      0
      Votes
      2
      Posts
      21
      Views

      mark.robustelliM

      @nikola Have you checked out our kickstarts or APIs? You should be able to apply the license keys and configure your environments as needed.

      If this isn't what you mean, please just give me a little more detail on what you are trying to do and I'll help the best I can.

    • A

      Unsolved Unable to Reset Locked Account Password when MFA Enabled

      Q&A
      • • • anthea.mo
      2
      0
      Votes
      2
      Posts
      622
      Views

      mark.robustelliM

      @anthea-mo It looks like the fix is to upgrade.

      I also found this on the users accounts being locked.

      If this information does not get you where you need, please let me know.

    • danD

      Solved Disable login to an application without deleting it

      Q&A
      • login application disable • • dan
      2
      0
      Votes
      2
      Posts
      624
      Views

      danD

      You have a couple of options.

      If you use the hosted login pages/authorization code grant, disabling all grants in the application settings page will prevent people from logging in. If you use the login API and have customer-based API keys, you could turn on the 'require API key for login API' and then disable the customer's API key. If you have the Enterprise plan, you could set up an IP ACL for a unroutable IP range.

      However, the easiest way to make sure an application cannot be logged into is to deactivate the application.

    • W

      Solved Why Can Only One user_support_manager Remove MFA Devices in FusionAuth?

      Frequently Asked Questions (FAQ)
      • mfa • • wesley
      4
      0
      Votes
      4
      Posts
      2.0k
      Views

      danD

      Note that as of release 1.68.0 (released in late Jun 2026), there is a mfa_deleter role that can remove MFA from a user.

      Please see the release notes for more details.

    • W

      Solved How to Block Logins Based on IdP Links in FusionAuth Without Storing API Keys in Lambdas

      Frequently Asked Questions (FAQ)
      • webhooks lambda webhook • • wesley
      3
      0
      Votes
      3
      Posts
      693
      Views

      danD

      Since we can’t store API keys in code,

      FYI, with the release of 1.64.0, you now can store secrets elsewhere and have lambdas retrieve them.

      See the documentation for more details.

    • M

      Unsolved What is list state in email template and where it comes from?

      Q&A
      • • • mcsymiv
      2
      0
      Votes
      2
      Posts
      695
      Views

      W

      My understanding is that state is a map of parameters passed into the template context by FusionAuth, not something you explicitly define in the template itself. If that snippet works even though you can't find a local declaration, it's likely being injected by the email rendering process. Have you checked the template variable documentation or tried outputting the contents of state to see which keys are actually available at runtime?

    • danD

      Solved How to deal with sign-up spam?

      Q&A
      • • • dan
      7
      0
      Votes
      7
      Posts
      5.5k
      Views

      danD

      As of 1.62.0, FusionAuth supports pre-verification of emails and phone numbers.

      More details:

      https://fusionauth.io/docs/lifecycle/manage-users/verification/identity-pre-verification-using-email

      https://fusionauth.io/docs/lifecycle/manage-users/verification/identity-pre-verification-using-phone