Security.Users.ExternManaged

Provides an authentication service and a custom membership to use with FormsAuthentication Github source: https://github.com/vndevpro/SecurityUsers


Keywords
authentication, manage-users
Install
Install-Package Security.Users.ExternManaged -Version 1.1.5

Documentation

SecurityUsers

Common objects / services to manage users of an application

Scripts

SqlServerScripts -> All scripts required for SQL Server

Binary files

NuGet package

To install on PM console:

Install-Package SecurityUsers.SqlServer

Usage

When creating an user, an email should be sent to the user (registration scenario) or other update of important fields...

This can be used in combination with Messaging package