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

    Topics created by egis

    • E

      Multi-tenant SSO with Azure AD

      Q&A
      • • • egis
      1
      0
      Votes
      1
      Posts
      688
      Views

      No one has replied

    • E

      Is user login/registration MFA UI on the roadmap?

      Q&A
      • • • egis
      4
      1
      Votes
      4
      Posts
      472
      Views

      joshuaJ

      @egis

      Yes, if you are using our hosted pages, they are themeable through the Freemarker templating language. See our documentation below:

      https://fusionauth.io/docs/v1/tech/themes/

      FusionAuth themes allow you to customize the OAuth2 / OpenID Connect login pages and other user workflows such as forgot password. In FusionAuth you may create one to many themes and assign a theme per tenant or application so that you can customize the user experience for different users.

      Thanks,
      Josh

    • E

      How to implement user invitation?

      Q&A
      • • • egis
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      joshuaJ

      Hi @egis!

      Welcome to the FusionAuth community! Let me see if I can get you pointed in the right direction!

      API

      I would suggest reviewing our Users API which allows for a flow similar to what you are describing (if I understand you correctly).

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

      Request Body sendSetPasswordEmail [Boolean] OPTIONAL Defaults to false Indicates to FusionAuth to send the User an email asking them to set their password. The Email Template that is used is configured in the System Configuration setting for Set Password Email Template. If you set this value to true the password field is then ignored, FusionAuth will set the initial password to a securely generated random string. If you have also enabled email verification and do not select to skip verification using the skipVerification parameter, only the setup password email will be sent to the user. Setting up the password using the email sent during this user create operation will implicitly verify the User’s email if it is not already verified. If the SMTP email configuration is not complete, or disabled, this value is ignored. Via UI

      Once a user has been added by an admin via the UI, there is an option to send a
      toggle to “Send email to setup password." which would reproduce the functionality described above.

      Email templates

      Remember to select a template in Applications via UI
      setup-password-template.png

      Roadmap

      Is there a chance that this https://github.com/FusionAuth/fusionauth-issues/issues/743#issuecomment-664365516 will be implemented?

      While this issue is documented, it not on our short-term road map at this time.

      Please review our roadmap guidelines

      I hope this helps on your way!

      Thanks,
      Josh