Skip to main content

Users

Provides a way import users

What this module is used for

  • Module path: src/Modules/CloudSolutions.Users
  • Orchard module name: CloudSolutions.Users
  • Category: Security
  • Project website: https://www.winnerware.ai
  • Author metadata: Mike Alhayek

This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.

How to configure it

  1. Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
  2. Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
  3. If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
  4. Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.

Feature and dependency map

Bulk Import Users

  • Feature ID: CloudSolutions.Users.Import
  • Description: Provides a way import users
  • Category: Security
  • Dependencies:
    • OrchardCore.Roles
    • OrchardCore.Users
    • CrestApps.OrchardCore.Users

Show locked out user end time

  • Feature ID: CloudSolutions.Users.LockedoutInfo
  • Description: Provides a way to show the user when will the account be auto unlocked.
  • Category: Security
  • Dependencies:
    • CloudSolutions.Users

Known Networks

  • Feature ID: CloudSolutions.Users.KnownNetworks
  • Description: Provides a way to define known networks and allow users to only access from knows networks.
  • Category: Security
  • Dependencies:
    • OrchardCore.Users

Require Two-factor Authentication From Unknown Networks

  • Feature ID: CloudSolutions.Users.KnownNetworks.TwoFactorAuthentication
  • Description: Provides a way to require two-factor authentication from unknow networks.
  • Category: Security
  • Dependencies:
    • OrchardCore.Users
    • CloudSolutions.Users.KnownNetworks

Implementation signals in the codebase

  • Startup class present: Yes
  • Data migrations present: Yes
  • Recipes present: No
  • Controllers present: Yes
  • Views present: Yes
  • Assets present: No
  • Workflows present: No
  • Settings-related files found:
    • KnownNetworksLoginSettingsDisplayDriver.cs
    • KnownNetworksSettingsDisplayDriver.cs
    • TwoFactorAuthenticationSettingsDisplayDriver.cs
    • TwoFactorAuthenticationSettingsViewModel.cs
    • UserSettingsUnknownLocationSigninProvider.cs

Configuration checklist

  • Enable the module feature in Orchard Core.
  • Confirm the dependency OrchardCore.Roles is available and enabled where needed.
  • Confirm the dependency OrchardCore.Users is available and enabled where needed.
  • Confirm the dependency CrestApps.OrchardCore.Users is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Users is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Users.KnownNetworks is available and enabled where needed.
  • After enabling, verify any content definitions or indexes created by data migrations.
  • Review the settings types listed above to locate admin or site-level configuration surfaces.