This module provides features for users management.
1.5.1
Security
Product | Module |
---|---|
OrchardCore | Users (OrchardCore.Users ) |
Name | Users Impersonation (OrchardCoreContrib.Users.Impersonation ) |
Description | Allows the administrators to sign in with other user identity. |
Dependencies | OrchardCore.Users |
Name | User Avatar (OrchardCoreContrib.Users.Avatar ) |
Description | Displays the user avatar on the admin menu. |
Dependencies | OrchardCore.Users |
Name | Version |
---|---|
OrchardCoreContrib.Users |
1.6.0 |
OrchardCoreContrib.Users |
1.5.1 |
OrchardCoreContrib.Users |
1.5.0 |
OrchardCoreContrib.Users |
1.4.0 |
OrchardCoreContrib.Users |
1.3.0 |
OrchardCoreContrib.Users |
1.2.0 |
OrchardCoreContrib.Users |
1.1.0 |
OrchardCoreContrib.Users |
1.0.0 |
- Install the
OrchardCoreContrib.Users
NuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
Impersonation
feature. - Select Security -> Users menu.
Impersonate
button will show up for every user in the list.- Click the
Impersonate
button for the user that you want to log with his account. After that you will be redirected to the admin site with newly credentials. - Select Security -> End Impersonation menu to end the current session.
- Enable the
User Avatar
feature. - User avatar should be displayed on the user menu.