Umbraco.Community.MemberLogin 4.0.3

dotnet add package Umbraco.Community.MemberLogin --version 4.0.3
                    
NuGet\Install-Package Umbraco.Community.MemberLogin -Version 4.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.MemberLogin" Version="4.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.MemberLogin" Version="4.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.MemberLogin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.MemberLogin --version 4.0.3
                    
#r "nuget: Umbraco.Community.MemberLogin, 4.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.MemberLogin@4.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.MemberLogin&version=4.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.MemberLogin&version=4.0.3
                    
Install as a Cake Tool

Umbraco.Community.MemberLogin

Sign in to the front-end as a member from the Umbraco 17 backoffice. Adds a "Login as Member" action to members, lets you pick a culture and a redirect page, and opens the front-end in a new tab logged in as that member.

Install

dotnet add package Umbraco.Community.MemberLogin

Usage

In the Members section, open a member's actions menu and choose Login as Member. The action is only visible to backoffice users with access to sensitive data.

Optionally pick a culture (shown when the site has more than one language) and a published redirect page. On confirm, a new browser tab opens at that page (or the site root) authenticated as the member. Your backoffice tab is left untouched.

How it works

  • A backoffice-authenticated management API endpoint signs the member in using IMemberSignInManager and resolves the redirect URL with IPublishedUrlProvider.
  • The backoffice extension (entity action + modal) calls that endpoint through a generated OpenAPI client and opens the returned URL with window.open(url, '_blank').

Development

Frontend lives in src/Umbraco.Community.MemberLogin/Client (Vite + TypeScript).

cd src/Umbraco.Community.MemberLogin/Client
npm install
npm run build          # emits to ../wwwroot/App_Plugins/MemberLogin

Regenerate the OpenAPI client against a running host that references the package:

npm run generate-client -- https://<host>/umbraco/swagger/member-login/swagger.json

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.3 46 6/24/2026
4.0.2 45 6/24/2026
4.0.1 47 6/24/2026
4.0.0 51 6/24/2026