default-to-user-email (#30)
All checks were successful
/ Verify (push) Successful in 55s

Add flag default-to-user-email

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

Reviewed-on: #30
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
This commit is contained in:
Stefan Bethke 2026-07-21 22:17:49 +02:00 committed by stb
commit b5c83f7210
6 changed files with 82 additions and 45 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.