Updating docs and account message
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
510f0beb71
commit
b98e115183
3 changed files with 4 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 50 KiB |
|
|
@ -688,6 +688,9 @@ The JSON schema is defined as follows:
|
|||
"attributes": [
|
||||
{
|
||||
"name": "myattribute",
|
||||
"multivalued": false,
|
||||
"displayName": "My Attribute",
|
||||
"group": "personalInfo",
|
||||
"required": {
|
||||
"roles": [ "user", "admin" ],
|
||||
"scopes": [ "foo", "bar" ]
|
||||
|
|
|
|||
|
|
@ -185,3 +185,4 @@ webauthn-help-text=Use your security key to sign in.
|
|||
webauthn-passwordless-display-name=Security Key
|
||||
webauthn-passwordless-help-text=Use your security key for passwordless sign in.
|
||||
passwordless=Passwordless
|
||||
error-invalid-multivalued-size=Attribute {{0}} must have at least {{1}} and at most {{2}} value(s).
|
||||
Loading…
Add table
Reference in a new issue