AspNetCore.Identity manage account header text change

Alfonso 141 Reputation points
2021-08-06T04:39:29.897+00:00

121074-image.png

Hi,

I created login on my app using scaffold-identity.
After the forder structure was added, I was able to modify all but the header of the page.

121075-image.png

I opened up each cshtml file did not find the header text Change your account settings in any of them.

Can someone help me to locate the header?

Thank you.

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
661 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
{count} votes

Accepted answer
  1. Tiny Wang-MSFT 2,321 Reputation points Microsoft Vendor
    2021-08-10T07:31:24.893+00:00

    Hi @Alfonso , pls allow me to sum up here to end this case.

    My guess is the account header is defined in the _Layout page, but per the test by Op, he can't find a layout fine in his project as he didn't select all needed options when integrate identity module.

    So the next step or the solution is adding the missing file by copying them from a newly created test project. Then can modify that html snippet.

    Thanks for Alfonso's effort and reply : )

    0 comments No comments

0 additional answers

Sort by: Most helpful