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

    hd_steve

    @hd_steve

    0
    Reputation
    4
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hd_steve Unfollow Follow

    Latest posts made by hd_steve

    • Is it possible to set the UI time display to European standard (dd/mm/yyyy)?

      Hi FusionAuth people,

      As a European user, the people in my organisation would interpret 03/01/2021 as the 3rd of January, which could lead to confusions over expiry dates, login dates etc, since FusionAuth uses US-style date displays where 03/01/2021 would be 1st of March.

      Is this configurable to display according to the European standard?

      Many thanks,

      Steve

      posted in Q&A user-interface configuration dates
      H
      hd_steve
    • Using Kickstart - only the first API Key is created

      Hello! I'm using a kickstart file to provision my testing environment and it's looking good so far, except for the creation of API keys. Only the first key is being generated, and no subsequent ones. I'm following the format presented here: https://fusionauth.io/docs/v1/tech/installation-guide/kickstart/

      The relevant part of the kickstart.json file looks like this:

        "apiKeys": [
          {
            "key":"#{masterKey}",
            "description": "Master Key"
          },
          {
            "key": "long-string-here",
            "description": "User Update Key",
            "permissions": {
              "endpoints": {
                "/api/group/member": ["POST", "DELETE"],
                "/api/user": ["GET", "POST", "PUT", "PATCH"],
                "/api/user/comment": ["GET", "POST"]
              }
            }
          },
          {
            "key": "long-string-here",
            "description": "User Import Key",
            "permissions": {
              "endpoints": {
                "/api/user/import": ["GET", "POST", "PUT", "PATCH"],
                "/api/user/search": ["GET", "POST"]
              }
            }
          }
        ]
      

      But upon completion of the startup process, only the "Master Key" has been created. Is there a syntax error that I'm not spotting? From the guide, linked above, I thought that this would create the three keys.

      posted in Q&A kickstart api keys
      H
      hd_steve
    • How to manually delete a lot of users?

      I've been running some tests of a migration script for copying users from a legacy system to FusionAuth. As a result, I have a test installation containing a lot of junk users with mistakes and missing groups etc, which I would like to delete. However, I don't want to just do a fresh reinstall, as I have the necessary API keys, groups, applications etc already set up for my test environment.

      Maybe I'm completely short-sighted (well, I am, that's true) but I can't find a way to simply select multiple users from the admin panel and delete them from the system. I can see the controls for adding or removing them from groups, but when it comes to simply deleting them, I'm not seeing it. My setup doesn't use ElasticSearch, so I can't do it via the query API.

      Is it really impossible to just check a bunch of users and delete them?

      posted in Q&A user management delete
      H
      hd_steve