Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox label is missing required indicator #182

Open
3 of 6 tasks
aeneasr opened this issue Jun 13, 2022 · 0 comments
Open
3 of 6 tasks

Checkbox label is missing required indicator #182

aeneasr opened this issue Jun 13, 2022 · 0 comments
Labels
bug Something is not working.

Comments

@aeneasr
Copy link
Member

aeneasr commented Jun 13, 2022

Preflight checklist

Describe the bug

ory/network#97

Reproducing the bug

Create a project with schema:


{
  "$id": "https://schemas.ory.sh/presets/kratos/identity.username.schema.json",
  "title": "Person",
  "type": "object",
  "properties": {
    "traits": {
      "type": "object",
      "properties": {
        "username": {
          "type": "string",
          "title": "Username",
          "maxLength": 100,
          "ory.sh/kratos": {
            "credentials": {
              "password": {
                "identifier": true
              },
              "webauthn": {
                "identifier": true
              },
              "totp": {
                "account_name": true
              }
            }
          }
        },
        "accepted_tos": {
          "const": true,
          "title": "Accept terms and conditions"
        }
      },
      "required": [
        "username",
        "accepted_tos"
      ],
      "additionalProperties": false
    }
  }
}

Go to the managed UI registration page

Relevant log output

No response

Relevant configuration

No response

Version

master

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response

@aeneasr aeneasr added the bug Something is not working. label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant