MvcAccount 0.8.2
See the version list below for details.
Install-Package MvcAccount -Version 0.8.2
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MvcAccount:
Package | Downloads |
---|---|
MvcAccount.pt
Recursos em português do MvcAccount |
|
MvcAccount.fi
Suomen resurssit MvcAccount |
|
MvcAccount.es
Recursos en español para MvcAccount |
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.