dotnet / dotnet/aspnetcore

Identity: Add Layout Scaffolding

Open
#20,085 1 comment 0 reactions 0 assignees View on GitHub
affected-few area-identity enhancement severity-minor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

### Is your feature request related to a problem? Please describe.

I want my login, registration, etc. pages to use a different `_Layout.cshtml` than my "authenticated" layout.

As such, I need to scaffold out **every single page in Identity** to signify a different `Layout` property value.

### Describe the solution you'd like

In the current Identity scaffolding, I can scaffold `Manage\Layout`, but that only applies to the "manage" pages.

I'd like to see other `Layout` scaffolds that can apply to the remainder of the pages, especially the ones that apply to unauthenticated users.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.