MvcAccount 0.8.4
See the version list below for details.
Install-Package MvcAccount -Version 0.8.4
dotnet add package MvcAccount --version 0.8.4
<PackageReference Include="MvcAccount" Version="0.8.4" />
paket add MvcAccount --version 0.8.4
#r "nuget: MvcAccount, 0.8.4"
// Install MvcAccount as a Cake Addin
#addin nuget:?package=MvcAccount&version=0.8.4
// Install MvcAccount as a Cake Tool
#tool nuget:?package=MvcAccount&version=0.8.4
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.
- Added Display(Name) info to input models
- Made MvcAccount.AccountResources public
BREAKING CHANGES:
- Removed DisplayNameLocalizedAttribute, using Display(Name)
- Removed AccountConfiguration.RequireUniqueEmail property, now email uniqueness is always required
- Changed AccountRepository.FindUserByEmail from virtual to abstract
- Replaced ResetPasswordInput.Username with Email
- Now ResetPassword always sends email, for better privacy and to avoid enumeration
- Added ResetPasswordErrorMessage, which is sent when the reset password attempt fails
- Moved view models to ViewModels subnamespace
See https://mvcaccount.codeplex.com/documentation for installation instructions.