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

    prawee

    @prawee

    I'm developer

    2
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Thailand Age 40

    prawee Unfollow Follow

    Best posts made by prawee

    • RE: Deploying FusionAuth to K8s without root db username and password

      @nmetchev @dan same issue but using with silent mode is ok.

      posted in General Discussion
      P
      prawee
    • RE: login record

      @dan thank you

      posted in Q&A
      P
      prawee

    Latest posts made by prawee

    • RE: login record

      @dan thank you

      posted in Q&A
      P
      prawee
    • login record

      How to override more fields to login record operation?

      posted in Q&A
      P
      prawee
    • RE: 1.45 is released

      @dan thank you

      posted in Release
      P
      prawee
    • How to disable logged In account on inactive applications?

      I want to not allow user used to registrations to inactive applications can be logged in to system. how to configure?

      currrent i am can be logged in on inactive application.

      Thank you

      posted in Q&A
      P
      prawee
    • RE: Searching user with multiple application

      @joshua okay thank you for reply.

      posted in Q&A
      P
      prawee
    • RE: Searching user with multiple application

      @joshua
      yup. but UI suport 1 time per 1 application only. i want to search more application in same time

      posted in Q&A
      P
      prawee
    • RE: FusionAuth encountered an unexpected error. Please review the troubleshooting guide found in the documentation for assistance and the available support channels.

      my case. fix by restart service

      posted in Q&A
      P
      prawee
    • RE: Searching user with multiple application

      @joshua Thank you for reply and sorry to late

      i want to search some keyword on muliple application. such as like this.

      {
        "bool": {
          "must": [
            {
              "nested": {
                "path": "registrations",
                "query": {
                  "bool": {
                    "must": [
                      {
                        "match": {
                          "registrations.applicationId": "0367a909-534c-4e45-87d3-11066e9bec30"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "nested": {
                "path": "registrations",
                "query": {
                  "bool": {
                    "must": [
                      {
                        "match": {
                          "registrations.applicationId": "b633a831-50e6-4e83-9811-b4ffc80f5ec7"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "query_string": {
                "query": "prawee"
              }
            }
          ]
        }
      }
      

      i try it. but not working.

      posted in Q&A
      P
      prawee
    • Searching user with multiple application

      I have mulitple application on my project then

      i want to searching user on some app (is ok)

      how to do it if i want to get all users from app1 and app2

      thank you

      posted in Q&A
      P
      prawee
    • RE: How to searching roles in all application?

      @joshua okay thank you bro

      posted in Q&A
      P
      prawee