MvcAccount 0.8.4
See the version list below for details.
dotnet add package MvcAccount --version 0.8.4
NuGet\Install-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 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.
- 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.