B2C Password Reset flow: how to change the "User Details" heading?

Mike Palgon 40 Reputation points
2025-03-16T20:12:53.0833333+00:00

I am using Azure AD B2C and trying to customize heading text for the Password Reset user flow (screenshot below illustrates what I am trying to customize). I want to change the "User Details" string to a custom string.

However, I cannot figure out where to change this. I have enabled language customizations for the flow, but I cannot find User Details in any of the Page-level resource files (e.g., "Forgot password page", "Change password page", "Multifactor authentication page".

Any suggestions how to change this? Thanks.

2025-03-16_15-48-55

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,276 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sakshi Devkante 3,070 Reputation points Microsoft External Staff
    2025-03-18T13:06:24.1966667+00:00

    Hello Mike Palgon,

    To customize the "User Details" string in your Azure AD B2C Password Reset user flow. User Details could be part of the "self-asserted" page or a more general template for your flow. You'll need to check Self-asserted UI elements, as this is where Azure AD B2C will often show text like "User Details."

    For password reset flow, you need to edit the page layout version according to the self-asserted element Page layout versions

    Customize the user interface with HTML templates.

    There is a document which will help you with your requirement do check: https://github.com/azure-ad-b2c/html-templates/blob/main/templates/AzureBlue/selfAsserted.html

    Also check https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-password-reset-policy?pivots=b2c-user-flow#self-service-password-reset-recommended

    I hope this clarifies things.

    Please remember to "Accept Answer", so that others in the community facing similar issues can easily find the answers.

     


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.