FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. registration
    Log in to post
    • All categories
    • A

      Unsolved Unverified Behavior Setting Not Respected

      Q&A
      • registration unverified • • ahcfrontdoor
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      mark.robustelliM

      @ahcfrontdoor I set up an application with the setting you are talking about and was allowed to register and proceed without any re-direction. Can you share a screen shot of your application registration tab. Please be sure to black out any sensitive information if necessary.

    • F

      Solved Why does import user with Registration fail?

      Q&A
      • import wordpress type ritza registration • • fusionauth.qhj5e
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      A

      @fusionauth-qhj5e I have brought this up internally, for now we are considering adding a PR to make it more clear for users.

      https://github.com/FusionAuth/fusionauth-site/pull/2918

    • H

      Unsolved Registering with an existing email

      Q&A
      • registration security • • harish_reddy
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      mark.robustelliM

      @harish_reddy I just want to make sure I understand where you are coming from. If you user signs up with an email address, you want the same response even if they are already signed up? Can you please share some images of how you would like the flow to work? I think this could cause problems and confusion the way I am thinking about it.

    • M

      How to get populated user.data after user registraion.

      Comments & Feedback
      • populate jwt lambda webhook registration • • muravyov.alexey
      7
      0
      Votes
      7
      Posts
      8.3k
      Views

      danD

      @muravyov-alexey Thank you!

    • A

      Unable to invoke @ValidationMethod on the class [class io.fusionauth.app.action.oauth2.CompleteRegistrationAction]

      Q&A
      • oauth login registration verification • • alessandrojcm
      6
      0
      Votes
      6
      Posts
      4.0k
      Views

      joshuaJ

      @alessandrojcm,

      Sounds good. I have logged a bug report; we should have this one squashed soon!

      Thanks,
      Josh

    • danD

      External validation of users on registration

      Q&A
      • external registration validation • • dan
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      danD

      You can use the user.create or the user.registration.create webhook to do something like this.

      If you enable these webhooks and configure the transaction to require the webhook to succeed, then you simply need to return a non-200 status code from the webhook to cause FusionAuth to fail this create.

      https://fusionauth.io/docs/v1/tech/events-webhooks/#tenant-settings
      https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-create
      https://fusionauth.io/docs/v1/tech/events-webhooks/events/#user-registration-create

    • T

      Lambda reconcile does not remove role from registration

      Q&A
      • azure lambda oidc reconcile registration • • tl+fa
      12
      0
      Votes
      12
      Posts
      5.3k
      Views

      joshuaJ

      Hi @tl-fa,

      You can view our Roadmap Guidance regarding how features are implemented into FusionAuth. A good snapshot of current development can be found here as well.

      We will certainly update any related issue cards as development moves forward!

      Thanks!
      Josh

    • danD

      Existing users are registered for an application without seeing the registration form

      Q&A
      • registration self service login • • dan
      2
      0
      Votes
      2
      Posts
      6.5k
      Views

      danD

      Yes, if self service registration is enabled (which is set on an application by application basis) and a user who is already logged in to FusionAuth tries to register for such an application, FusionAuth will automatically register them for the app. It also checks that all required profile information is filled out, which is why adding the required field displays the registration form.

    • danD

      Advanced reporting, slicing and dicing by user and application and login/registration

      Q&A
      • reporting user login registration • • dan
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      This functionality doesn't exist in the FusionAuth admin screens, please feel free to file an issue with a detailed use case if you feel it should.

      For registrations, you can look at the date the application registration was created using the User Search API. You'll probably want to use a date range.

      For logins, you can review and search all login records by going to "System -> Login Records". However, one could build something with more granularity using the FusionAuth APIs.

      This API documents how to pull down the log in data for a given date range. This doesn't include the full user object, but does include the user id. From there you could use the user api to pull down the entire user object.

      Also, please note that login records may be deleted after a certain period of time, based on your system settings. This deletion is controlled in the admin UI, under "Settings -> System -> Advanced -> Login record settings" and would impact your ability to query login data in the past if enabled.

    • danD

      403 error when registering with Apple

      Q&A
      • apple cors registration • • dan
      2
      0
      Votes
      2
      Posts
      3.2k
      Views

      danD

      Yes, just confirmed the fact that this is a Safari only issue. Only Safari seems to be doing this, we don’t return a 403 so this must a CORS failure. Perhaps Apple is sending additional headers on the request when using Safari that need to be accounted for in the Allowed headers.

      I added GET to the allowed methods for CORS and it works that seems to allow it to work in Safari. Please test and let me know.

      The redirect workflow looks to be different in Safari when using native controls vs Chrome or other browsers.

    • danD

      Dynamic Client Registration support

      Q&A
      • standards dynamic client registration • • dan
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      danD

      Please see this issue for updates on this functionality. Vote for it if this is important to you.

    • R

      Registration email is not sent

      Q&A
      • registration • • ryan.raasch
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      I

      Hi, I have the same problem here. The tenant's SMTP setting are correct and test emails are successfully delivered. I'm evaluating the FusionAuth right now and often delete/re-register users with the same emails. Verification emails are delivered to all users but one. The only thing that distinguish the problem user from the others is the fact I initially registered him via Facebook identity provider, so his email was automatically verified. After that I deleted the user and trying to register with just email (not Facebook). And emails are not delivered. Manually sent SMTP test emails to that address also delivered successfully. I hope this help to investigate.

    • danD

      Can you register a user to an application at the same time as you create them

      Q&A
      • registration user api • • dan
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      Is this what you are looking for?: https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-and-registration-combined

      That API does return a token as of v1.17.0.

    • danD

      Password validation rules

      Q&A
      • passwords rules registration validation • • dan
      2
      0
      Votes
      2
      Posts
      3.7k
      Views

      danD

      Our validation takes in inverse approach. The setting is actually to require a non-alphanumeric character. So any character that is not alphabetic, or a digit, will satisfy this requirement.

      There is not a fixed set of symbols as this would reduce the password entropy, which is generally a bad idea.