Flag default-to-user-email
All checks were successful
/ Test (push) Successful in 56s
/ Test (pull_request) Successful in 48s

When set for an export config, if the user doesn't have that attribute, their email will be substituted as a default. If any of the values is not a valid email address, they are filtered out.

Closes #29
This commit is contained in:
Stefan Bethke 2026-07-18 19:59:22 +02:00
commit 149d98f90e
5 changed files with 79 additions and 37 deletions

View file

@ -14,6 +14,7 @@ Each endpoint configuration requires:
- the name of an attribute or an attribute group that should be exported
- the name of a role that users must have to be included in the list
- an optional regular expression that must match to have a value included
- whether to default to the user email if the attribute is empty
> **Note** The attribute (group) and the roles need to exist before you can create the endpoint configuration.