Skip to content

Commit

Permalink
Merge pull request #5095 from PasinduYeshan/doc-improve-1
Browse files Browse the repository at this point in the history
Update docs attribute management and bulk import user store property
  • Loading branch information
PasinduYeshan authored Feb 26, 2025
2 parents 59212b4 + 798d284 commit a38a9f7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
7 changes: 5 additions & 2 deletions en/includes/guides/users/attributes/manage-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,12 @@ The following attributes are used for this purpose:
- Mobile Numbers
- Verified Mobile Numbers

### Enable/Disable these attributes for users
### Enable/Disable multiple emails and mobile numbers feature

Unless you have configured {{ 'secondary' if product_name == 'WSO2 Identity Server' else 'remote' }} user stores, the email address/mobile number-related attributes are already enabled to new and existing organizations. To manually enable/disable these attributes, follow the steps below:
{% if product_name == "Asgardeo" %}
Unless you have configured remote user stores, the email address/mobile number-related attributes are already enabled to new and existing organizations.
{% endif %}
To manually enable or disable this feature, **you must update all related attributes** by following these steps:

1. On the {{ product_name }} Console, navigate to **User Attributes and Stores** > **Attributes**.
2. Under **Manage Attributes**, click **Attributes** to view the list of all attributes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,13 @@ false: Set it to <code>false</code> if the user roles are changed by external me
<p>Default : false </p>
</td>
</tr>
<tr class="odd">
<td>IsBulkImportSupported</td>
<td>properties.</br>IsBulkImportSupported</td>
<td>IsBulkImportSupported</td>
<td>Enables bulk import support for the user store.<br/>
<p>Default : true </p>
</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,13 @@ Default: not configured</td>
conversion when reading from/writing to a user store.
<p>Default: not configured</p></td>
</tr>
<tr class="odd">
<td>BulkImportSupported</td>
<td>properties.</br>BulkImportSupported</td>
<td>BulkImportSupported</td>
<td>Enables bulk import support for the user store.<br/>
<p>Default : true </p>
</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -381,5 +381,13 @@ will be terminated.
<p>Sample: 20</p>
</td>
</tr>
<tr class="odd">
<td>BulkImportSupported</td>
<td>properties.</br>BulkImportSupported</td>
<td>BulkImportSupported</td>
<td>Enables bulk import support for the user store.<br/>
<p>Default : true </p>
</td>
</tr>
</tbody>
</table>

0 comments on commit a38a9f7

Please sign in to comment.