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

    ishuvalov

    @ishuvalov

    1
    Reputation
    2
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ishuvalov Unfollow Follow

    Best posts made by ishuvalov

    • RE: Checkbox custom form field works weird

      Thank you for the clarification! It still looks a bit odd. For example if you provide both options, true and false, for the single Checkbox field, you will actually see two checkboxes on the form. And even can check them both.
      Screenshot 2020-12-14 at 13.20.19.png

      And the value in you custom data becomes not boolean, but array of booleans.
      Screenshot 2020-12-14 at 13.21.37.png

      Still it does what I need and even more. I have problems with Complete Registration form: it just crashes when the Self-consent field is the only field required to complete registration (will open the Issue on GitHub).
      But now if you set the only one option (true) for the Checkbox field and make it required, it can nicely serve as a Consent field.

      posted in Comments & Feedback
      I
      ishuvalov

    Latest posts made by ishuvalov

    • RE: Checkbox custom form field works weird

      Thank you for the clarification! It still looks a bit odd. For example if you provide both options, true and false, for the single Checkbox field, you will actually see two checkboxes on the form. And even can check them both.
      Screenshot 2020-12-14 at 13.20.19.png

      And the value in you custom data becomes not boolean, but array of booleans.
      Screenshot 2020-12-14 at 13.21.37.png

      Still it does what I need and even more. I have problems with Complete Registration form: it just crashes when the Self-consent field is the only field required to complete registration (will open the Issue on GitHub).
      But now if you set the only one option (true) for the Checkbox field and make it required, it can nicely serve as a Consent field.

      posted in Comments & Feedback
      I
      ishuvalov
    • Checkbox custom form field works weird

      After upgrading from 1.19 to 1.22.1 when I try to create form field as Checkbox control of type Boolean and assign its value to user.data.subscribe, FusionAuth forces me to provide a list of options. I believe it should work just as single boolean value: true or false.

      Screenshot 2020-12-10 at 16.05.58.png

      posted in Comments & Feedback
      I
      ishuvalov
    • RE: Verification email is not sent to the specific user

      I deleted all users via admin GUI. I'm not sure what is hard or soft delete. I have entered the DELETE word to confirm the deletion.
      Yes, the only difference is the initial registration via Facebook.
      On the Source tab in the raw data for the user it has {verified: false}, but in the registration data it shows as verified {registrations: [{applicationId: '...', verified: true}]}
      Like If the registration has been cached between user deletion/creation attempts. I hope it helps.

      posted in Q&A
      I
      ishuvalov
    • Verification email is not sent to the specific user

      The tenant's SMTP setting are correct and test emails are successfully delivered. I'm evaluating the FusionAuth right now and often delete/re-create users with the same emails. Verification emails are delivered to all users but one. The only thing that distinguishes 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 it with just an email (not Facebook). And emails are not delivered. Manually sent SMTP test emails to that address also delivered successfully.

      posted in Q&A
      I
      ishuvalov
    • RE: Registration email is not sent

      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.

      posted in Q&A
      I
      ishuvalov
    • List and invalidate user sessions

      Is it possible to list all active user sessions and to end/invalidate some of them?

      posted in Q&A
      I
      ishuvalov