FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. sujata.kattimani
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by sujata.kattimani

    • S

      Unsolved Forgot-password

      Q&A
      • • • sujata.kattimani
      2
      1
      Votes
      2
      Posts
      4.1k
      Views

      danD

      @sujata-kattimani

      You can change the password using the User API and updating the user's password attribute:

      https://fusionauth.io/docs/v1/tech/apis/users#update-a-user

      Does that help?

    • S

      Solved Is there any limitation to create a user per application?

      Q&A
      • • • sujata.kattimani
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      danD

      @sujata-kattimani No limits.

      Here's a list of FusionAuth limits: https://fusionauth.io/docs/v1/tech/reference/limitations

      From the "What's not limited" section:

      All other objects and configuration, including but not limited to the following, are limited only by the resources of your system: Users Applications Tenants Roles Groups Identity Providers such as SAML or OIDC connections API keys to allow for programmatic configuration of and interaction with FusionAuth Supported languages/locales Signing and verifying keys MFA methods per user

      You are, of course, limited by your resources. If you try to load 100M users into a FusionAuth instance running in 256M of RAM, there's no guarantees the server won't fall over.

      Also, if you are using the Starter license, you have a limit on MAUs. But for all other editions, no limits on users.

    • S

      Solved Are the Self-hosted and HA Cloud options are functionally equivalent?

      Q&A
      • • • sujata.kattimani
      2
      0
      Votes
      2
      Posts
      966
      Views

      danD

      @sujata-kattimani

      re #1: If you are talking about functionality, the answer is no. The difference between self-hosted and cloud editions is the operational and availability burdens. In the former case, it is on you and your team, in the latter it is on FusionAuth's team.

      re #2: yes, they are equivalent at similar editions. So if you have community edition, it is the same code in both the cloud and the self-hosted situations (for both validating the id token and anything else). Same is true for starter, essentials or enterprise.

      Hope this helps.