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
This commit is contained in:
parent
1c2adb1a92
commit
149d98f90e
5 changed files with 79 additions and 37 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue