Our.Umbraco.MemberLogin
3.0.0
See the version list below for details.
dotnet add package Our.Umbraco.MemberLogin --version 3.0.0
NuGet\Install-Package Our.Umbraco.MemberLogin -Version 3.0.0
<PackageReference Include="Our.Umbraco.MemberLogin" Version="3.0.0" />
paket add Our.Umbraco.MemberLogin --version 3.0.0
#r "nuget: Our.Umbraco.MemberLogin, 3.0.0"
// Install Our.Umbraco.MemberLogin as a Cake Addin #addin nuget:?package=Our.Umbraco.MemberLogin&version=3.0.0 // Install Our.Umbraco.MemberLogin as a Cake Tool #tool nuget:?package=Our.Umbraco.MemberLogin&version=3.0.0
MemberLogin
MemberLogin is a Umbraco backoffice extension package which allows you to impersonate as a Member into the front-end website.
Documentation
MemberLogin can be used in Umbraco V10 version where can you login as a member from your backoffice into the front-end of your website.
History Version
v3.0.0.
Released MemberLogin for Umbraco V10
*This version is only compatible with Umbraco V10!
v2.0.0
Upgrade MemberLogin so it can be used in Umbraco V8.
- You can still select a node to be redirected to after the login
- Now in V8 when having a multi-langual website, you can even select the culture of the redirected page
In this way you can go directly to the correct language page of your website as a member.
*This version is only compatible with Umbraco V8!
v1.1.0
Ditched the Property Editor and moved to using a custom Action menu item on the Member tree.
*This version uses the directive umb-preview-node which was introduced in version 7.6!
v1.0.0
Initial release of the MemberLogin package.
First you need to create a new datatype of type MemberLogin in your developer section of Umbraco. After that, you add a new property into your member document type, using this new datatype.
As you will see, this is only a button for doing the login as a Member.
Contributors
License
Copyright © 2022 Michaël Vanbrabandt, AaronSadlerUK
Licensed under the MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.11)
- Umbraco.Cms.Core (>= 10.3.2)
- Umbraco.Cms.Web.BackOffice (>= 10.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial V10 Release