Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
"text": "A code was sent to your address. If you didn't receive it, please try again.",
"type": "info"
},
{
"id": 1010026,
"text": "Your account is managed by an organization. Please sign in using your organization's single sign-on provider.",
"type": "info"
},
{
"id": 1040001,
"text": "Sign up",
Expand Down
10 changes: 10 additions & 0 deletions docs/kratos/concepts/ui-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@
}
```

###### Your account is managed by an organization. Please sign in using your organization's single sign-on provider. (1010026)

```json
{
"id": 1010026,
"text": "Your account is managed by an organization. Please sign in using your organization's single sign-on provider.",
"type": "info"
}
```

###### Sign up (1040001)

```json
Expand Down
Loading