Skip to content

Commit bb30e02

Browse files
Fix lint errors
1 parent a95bab7 commit bb30e02

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

en/identity-server/next/docs/guides/users/manage-users.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ To assign users to groups:
3939

4040
![Add user]({{base_path}}/assets/img/guides/users/assign-groups-to-users.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
4141

42-
4342
## Manage user profiles
4443

4544
A user profile consists of attributes that represent the details of the user such as username, email address, contact information, other custom attributes, etc.
@@ -89,7 +88,7 @@ To share a user with organizations:
8988
4. Select the appropriate sharing option.
9089

9190
- **Do not share user with any organization** - user will not be shared with any organizations.
92-
91+
9392
- **Share user with all organizations** - user is shared with all current and future organizations. When the user is shared, administrators can also configure which roles should be assigned to the user in the shared organizations.
9493

9594
![Share user with all organizations]({{base_path}}/assets/img/guides/users/share-user-with-all-organizations.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
@@ -185,7 +184,6 @@ Specify the **recovery scenario** in the `properties` parameter of the API reque
185184
- Provide the username without the user store domain prefix
186185
- Specify the relevant user store domain name in the `realm` parameter
187186

188-
189187
---
190188
**Response**
191189
```
@@ -238,7 +236,7 @@ To reset the password:
238236

239237
3. Click **Reset Password**.
240238

241-
**Using the API**
239+
### Using the API
242240

243241
You can also use WSO2 Identity Server's [SCIM API]({{base_path}}/apis/scim2-users-rest-apis/#tag/Users-Endpoint/operation/patchUser) to initiate the admin initiated password recovery flow.
244242

en/includes/guides/organization-management/share-user-profiles.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If your organization has a user whose profile is managed by another organization
3131
<tr>
3232
<td>From Shared Profile</td>
3333
<td>The organization can customize the user attribute value.</td>
34-
</tr>
34+
</tr>
3535
<tr>
3636
<td>From First Found in Hierarchy</td>
3737
<td>The user attribute inherits the value from the nearest organization in the hierarchy that has assigned a non-null value to it.</td>
@@ -40,5 +40,3 @@ If your organization has a user whose profile is managed by another organization
4040
</table>
4141

4242
Learn more about attribute configurations in [configure attributes]({{base_path}}/guides/users/attributes/manage-attributes/#configure-attributes).
43-
44-

0 commit comments

Comments
 (0)