Skip to content

Commit

Permalink
Merge pull request #5110 from AfraHussaindeen/master_update-att-uniqu…
Browse files Browse the repository at this point in the history
…e-doc

Add uniqueness validation property
  • Loading branch information
AfraHussaindeen authored Feb 25, 2025
2 parents 7ad45aa + 2273003 commit 926f47a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions en/includes/guides/users/attributes/manage-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ To configure properties of user attributes:
</ul>
At the moment, you can only configure this option for custom attributes.
</tr>
<tr>
<td><b>Uniqueness Validation</b></td>
<td>Select one of the following scopes to validate attribute uniqueness:
<ul>
<li><b>None:</b> No validation is applied. Users can have duplicate values for the selected attribute.</li>
<li><b>Within User Store:</b> Users within the same user store cannot have duplicate values for the selected attribute. However, users in other user stores may have duplicates.</li>
<li><b>Across User Stores:</b> Attribute values are unique across all user stores preventing duplicates throughout the organization.</li>
</ul>
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 926f47a

Please sign in to comment.