Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Mention export/import users feature in the Identity Module docs. #630

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added en/images/identity-user-page-v8.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion en/modules/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This module implements the User and Role system of an application;
* Supports social login integrations (Twitter, Facebook, GitHub etc...).
* Manage **organization units** in the system.
* View security logs (login, logout, change password...) in the system.
* Export & Import **users** to/from Excel and CSV files (also supports **importing external users**).

See [the module description page](https://commercial.abp.io/modules/Volo.Identity.Pro) for an overview of the module features.

Expand Down Expand Up @@ -80,7 +81,7 @@ Claim types are retrieved from the claim list defined in the Claim Types Manage

Users page is used to manage the users in your system.

![identity-users-page](../images/identity-user-page.png)
![identity-users-page](../images/identity-user-page-v8.0.png)

You can create a new user or edit an existing user in this page:

Expand Down