FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. dtokarz1
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 27
    • Best 2
    • Controversial 0
    • Groups 0

    dtokarz1

    @dtokarz1

    2
    Reputation
    11
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dtokarz1 Unfollow Follow

    Best posts made by dtokarz1

    • RE: Connecting to fusionauth admin dashboard from AWS EC2

      @dan Hey thanks for replying. Didn't see anything in the logs but in a weird way you got me going in the right direction. I thought when you open a port in the security groups for an EC2 instance it opens that port in the Windows firewall as well. It didn't. I RDP into my instance and manually opened the port 9011 in the firewall. From there I was able to connect via http://IPADDRESS:9011.

      Thanks again!

      posted in General Discussion
      D
      dtokarz1
    • RE: Can't get by Maintenance Mode

      I can connect with both the superuser account and the fusionauth account from command line.

      posted in Q&A
      D
      dtokarz1

    Latest posts made by dtokarz1

    • RE: Connecting to fusionauth admin dashboard from AWS EC2

      @dan Hey thanks for replying. Didn't see anything in the logs but in a weird way you got me going in the right direction. I thought when you open a port in the security groups for an EC2 instance it opens that port in the Windows firewall as well. It didn't. I RDP into my instance and manually opened the port 9011 in the firewall. From there I was able to connect via http://IPADDRESS:9011.

      Thanks again!

      posted in General Discussion
      D
      dtokarz1
    • Connecting to fusionauth admin dashboard from AWS EC2

      Hello All,

      I am trying to connect to the fusionauth dashboard. This is not a fusionauth issue as I can RDP into the ec2 instance and bring it up locally at localhost:9011. When trying to access it from http://IPADDRESS:9011 it just times out and https://IPADDRESS:9013 is the same. Just looking for suggestions for things to try from the community.

      My setup is a Windows instance on AWS EC2 and running Fusionauth 1.42.0. I have opened up TCP port 9011 from any IP in the security groups. I think I have even tried opening up every port from any IP with the same results. Trying to access by hostname doesn't work either. The website in general works but I am going to switch from Cognito to Fusionauth. I remember when I had GoDaddy as my host and using fusionauth I didn't have this problem. Not sure what the difference would be.

      My skill level is not the highest and I am sure this is something I am overlooking but I am not sure what else to try.

      Any suggestions would be appreciated. Thanks.

      posted in General Discussion
      D
      dtokarz1
    • RE: DotNet issue with PatchUser

      @joshua Thanks for the reply. Actually I was trying to do the opposite. If a person changed their email I was going to mark "verified" as false until they clicked on the email link I send out to verify it. Being able to programmatically toggle it either way would be preferable so I could customize the flow as I see fit. Hopefully it is wanted enough that it makes it to a future version. I have already given my 👍 to the github issue. Thanks!

      posted in Q&A
      D
      dtokarz1
    • RE: DotNet issue with PatchUser

      Hi Dan,

      I followed this format almost exactly and have had great success patching user information. However, trying to change one value is giving me problems. I am trying to patch user.verified using this code:

      Dictionary<string, object> verified = new Dictionary<string, object>
                              {
                                  {"verified", false}
                              };
      

      It comes back with a status code of 200 but it never updates the value. Any other key updates without problems. Is this value updatable or is my format wrong? I've tried using the false boolean and even "false" with no luck. Any help would be appreciated.

      posted in Q&A
      D
      dtokarz1
    • RE: Mark email as verified

      I gave my thumbs up. I know there are people out there either with strong spam filters that might miss the verification email, or they are just apathetic and never click on it. Either way a manual process would be nice. I agree that I prefer to have it programmatically get verified or have the user do it themselves. This request is for the outlying situations. Auth0 had this feature and that's probably what I am confusing it with. Thanks!

      posted in Q&A
      D
      dtokarz1
    • RE: fusionauth mysql driver error

      Thanks for replying. I am following up to let you know what happened. I clean installed 1.29 and the mysql connector J file was there but I received that error. I copied the file from a known working install of fusionauth, it prompted me to overwrite the current file which I accepted but I still received that error. After troubleshooting some more I gave up and did a clean uninstall/reinstall.

      This time the mysql connector J file was not there. I copied the same file from the known working install of fusionauth and everything worked. I can't explain why but a full uninstall/reinstall and copying the mysql file fixed my issue. Maybe this can help someone else!

      posted in Q&A
      D
      dtokarz1
    • Mark email as verified

      Is there a way to manually mark an email as verified? I am running 1.29 and I swore it was available in an earlier version. I just want to be able to verify a users email address by clicking on a button or something in the fusionauth dashboard and mark the user email verified. I feel like I am missing something.

      posted in Q&A
      D
      dtokarz1
    • RE: fusionauth mysql driver error

      Since this topic was never followed up by the user and never closed I thought I would ask this question instead of opening a new topic.

      I am getting the same error after fresh installing 1.29 on my Windows VPS. I verified that the mysql-connector-jar-8.0.21 is in the webinf/lib folder. Obviously I downloaded fusionauth off the site so a network connection is available. What am I missing? What else can I check? This is happening when first connecting to Maintenance Mode.

      posted in Q&A
      D
      dtokarz1
    • RE: Verification email

      They can (and I prefer) to have them login with an email address. We use the username to differentiate and display the user without exposing their email address.

      We only take the username, email and password to register. I was hoping to use as much of your prebuilt objects as possible without creating our own. No worries as that is what I will do. Thanks for your feedback!

      posted in General Discussion
      D
      dtokarz1
    • RE: Verification email

      Is there a way to have username, email and password for registration without buying a Reactor license or creating my own login form? Startup project with no budget leaves me with few options. Thanks!

      posted in General Discussion
      D
      dtokarz1