MvcAccount 0.8.2
See the version list below for details.
dotnet add package MvcAccount --version 0.8.2
NuGet\Install-Package MvcAccount -Version 0.8.2
<PackageReference Include="MvcAccount" Version="0.8.2" />
paket add MvcAccount --version 0.8.2
#r "nuget: MvcAccount, 0.8.2"
// Install MvcAccount as a Cake Addin #addin nuget:?package=MvcAccount&version=0.8.2 // Install MvcAccount as a Cake Tool #tool nuget:?package=MvcAccount&version=0.8.2
Authentication and account management plugin for ASP.NET MVC.
MvcAccount is a substitute for MembershipProvider designed for ASP.NET MVC, that provides more features
and the ability to store username/password and other related data in your own database.
See https://mvcaccount.codeplex.com/documentation for installation instructions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Removed unix crypt support, no need to be included.
- Added License files.
- Adapted Object editor template to display label on right column next to checkbox, for boolean properties.
- Removed SignInInput editor template.
- Added AccountController() and AccountController(AccountRepository, PasswordService) constructors.
- Added AccountRepositoryResolver, PasswordServiceResolver, FormsAuthenticationServiceResolver and DependencyResolver settings.
- BREAKING CHANGE: Removed CommonServiceLocator dependency, now the resolver settings are required.
- BREAKING CHANGE: Removed DefaultControllerFactory hack in AccountMembershipProvider, now the resolver settings are required.
See https://mvcaccount.codeplex.com/documentation for installation instructions.