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
    • danD

      Solved Disable login to an application without deleting it

      Q&A
      • login application disable • • dan
      2
      0
      Votes
      2
      Posts
      109
      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.

    • danD

      Solved How to deal with sign-up spam?

      Q&A
      • • • dan
      7
      0
      Votes
      7
      Posts
      4.7k
      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

    • M

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

      Q&A
      • • • mcsymiv
      1
      0
      Votes
      1
      Posts
      262
      Views

      No one has replied

    • M

      Upgrading 1.64.1 to 1.65.0 never boots

      General Discussion
      • • • mqwirtnuf
      3
      0
      Votes
      3
      Posts
      474
      Views

      M

      @mark-robustelli I haven't tested it again since, but I build a docker image using the base fusionauth image (fusionauth/fusionauth-app) because I have a custom plugin and kickstart file.
      So my upgrade process is simply to update the base fusionauth image in my dockerfile, and then update my container in Azure. This has worked fine since 1.56, and updated through all the updates with migrations.
      Edit: I just noticed that the downloaded schemas does contain a migration for 1.65, and running it on the database does make the container start now. Would have expected this migration to run on start up like the other updates though.