MvcAccount 0.8.1
See the version list below for details.
dotnet add package MvcAccount --version 0.8.1
NuGet\Install-Package MvcAccount -Version 0.8.1
<PackageReference Include="MvcAccount" Version="0.8.1" />
<PackageVersion Include="MvcAccount" Version="0.8.1" />
<PackageReference Include="MvcAccount" />
paket add MvcAccount --version 0.8.1
#r "nuget: MvcAccount, 0.8.1"
#:package MvcAccount@0.8.1
#addin nuget:?package=MvcAccount&version=0.8.1
#tool nuget:?package=MvcAccount&version=0.8.1
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/wikipage?title=Installation+Instructions 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 SignInInput editor template, now SignIn view has EditorForModel call just like other views.
- Namespace-qualified @model type names to avoid conflicts.
- OperationApi upgrade.
- Replaced 'table-row-group' CSS class with the more declarative 'form'.
- Added CSS classes that identify the view e.g. sign-in, reset-password, etc. to div that wraps all page content.
- ResetPasswordStarted renamed to PasswordResetVerificationSent.
- Finnish (fi) translation, provided by mikkoviitala.
- Removed AccountMembershipUser (not needed).
- ValidatePassword implementation on UnixCryptPasswordService.
- Made IUser internal.
- XML documentation comments.
See https://mvcaccount.codeplex.com/wikipage?title=Installation+Instructions for installation instructions.