HBS.AutomaticGeneratedUserRoles.Kentico
12.29.1
See the version list below for details.
dotnet add package HBS.AutomaticGeneratedUserRoles.Kentico --version 12.29.1
NuGet\Install-Package HBS.AutomaticGeneratedUserRoles.Kentico -Version 12.29.1
<PackageReference Include="HBS.AutomaticGeneratedUserRoles.Kentico" Version="12.29.1" />
paket add HBS.AutomaticGeneratedUserRoles.Kentico --version 12.29.1
#r "nuget: HBS.AutomaticGeneratedUserRoles.Kentico, 12.29.1"
// Install HBS.AutomaticGeneratedUserRoles.Kentico as a Cake Addin #addin nuget:?package=HBS.AutomaticGeneratedUserRoles.Kentico&version=12.29.1 // Install HBS.AutomaticGeneratedUserRoles.Kentico as a Cake Tool #tool nuget:?package=HBS.AutomaticGeneratedUserRoles.Kentico&version=12.29.1
Kentico Automatic Generated User Roles
Adds Automatic Everyone
, Authenticated
, and Not Authenticated
Roles back to Kentico (was removed in K12) and automatically handles assigning users to these roles.
Installation
- Install the
HBS.AutomaticGeneratedUserRoles.Kentico
NuGet Package to your MVC Site - Install the
HBS.AutomaticGeneratedUserRoles.Kentico.Mother
NuGet Package to your Kentico EMS Site
Usage
This tool works automatically.
Upon start up it will ensure the Roles exist for all sites (and as a global role) and ensure all users are in the appropriate roles (either Authenticated and Everyone for non public
user, or Not Authenticated and Everyone for the public
user)
Whenever a user is created, it will immediately add them to the global roles, and as the user is assigned to various sites, will also assign them to the roles for that site.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Kentico.AspNet.Mvc (>= 12.0.29)
- Kentico.Libraries (>= 12.0.29)
- Microsoft.CSharp (>= 4.4.1)
- Microsoft.Web.Xdt (>= 2.1.1)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.