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

    mcsymiv

    @mcsymiv

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Ukraine Age 32

    mcsymiv Unfollow Follow

    Latest posts made by mcsymiv

    • What is list state in email template and where it comes from?

      hi, facing an issue described in https://github.com/FusionAuth/fusionauth-issues/issues/2481#issuecomment-4518879119, and one of the comments has this solution:

      [#list state!{} as key, value][#if key != "tenantId" && key != "client_id" && value??][#assign url = url + "&" + key?url + "=" + value?url/][/#if][/#list]
      

      it fixed the issue,
      but what is list state exactly, i could find it in my email template, but somehow this condition gets executed, what is or where state object is coming from?

      posted in Q&A
      M
      mcsymiv
    • "The [user.mobilePhone] property must be a valid phone number that can be parsed to a E.164 formatted value" error

      Hello,

      When submitting text value, e.g. "my phone", to 'user.mobilePhone' to /api/user/registration, we receive E.164 error, which is expected.

      But, I can perfectly create users with following values '123text', 123z'
      Screenshot 2024-05-20 at 14.02.13.png

      And, mobilePhone values like '12z', 12zzzz', yield expected error message - Invalid number
      Screenshot 2024-05-20 at 14.05.04.png

      What are exact formatting rules for user Mobile phone [user.mobilePhone] field? Is this a bug, or FA allows some other phone formats which are not described in the documentation? (https://fusionauth.io/docs/apis/users)

      posted in Q&A
      M
      mcsymiv