MvcAccount 0.11.0
See the version list below for details.
dotnet add package MvcAccount --version 0.11.0
NuGet\Install-Package MvcAccount -Version 0.11.0
<PackageReference Include="MvcAccount" Version="0.11.0" />
paket add MvcAccount --version 0.11.0
#r "nuget: MvcAccount, 0.11.0"
// Install MvcAccount as a Cake Addin #addin nuget:?package=MvcAccount&version=0.11.0 // Install MvcAccount as a Cake Tool #tool nuget:?package=MvcAccount&version=0.11.0
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://github.com/maxtoroq/MvcAccount/wiki/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. |
-
- MvcCodeRouting (>= 1.1.0)
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.
- Bootstrap CSS compatibility
- Changed submit text of sign in, change password and change email views.
- Added cancel button on change password and change email
- Fixed #2: Use DataType.EmailAddress
- Added CryptoPasswordService (PBKDF2)
- Added FormsAuthenticationService.CreateFormsAuthenticationTicket method
BREAKING CHANGES:
- Auth namespace renamed to Authentication
- Passing view title to layout via `Page.Title`, no longer requiring a head section.
- Added specialized resources for all submit buttons
See https://github.com/maxtoroq/MvcAccount/wiki/Installation-Instructions