identityserver4duende-identity-server

Customize log in view for Duende IdentityServer


I can't find the .cshtml file for customization the UI for the Duende Log In view.

I've even searched through the entire source for "Use a local account to log in" in order to find it, but it doesn't show up.

enter image description here

enter image description here

The index.cshtml under Account/Login is not the same view, and I can't find any LogIn view under Identity/Pages/Account.

How to customize the text for the login view?


Solution

  • The view is from ASP.Net Identity, and scaffolding the Login.cshtml resolved the issue.