Hi @Basavaraj
- Create a Custom Policy: If you haven't already, create a custom policy in Azure Active Directory B2C to customize the user journey.
- Edit the User Journey: Within your custom policy, locate the user journey that corresponds to the forgot password (send code) page. Typically, the user journey name is
PasswordReset
.
- Add a Sign-up Link: Within the user journey, find the step where the user is prompted to enter their email address or username for password reset. In that step, you can add a link to the sign-up page.
<ContentDefinition>
<LocalizedResourcesReferences MergeBehavior="Prepend">
<LocalizedResourcesReference Language="en" LocalizedResourcesReferenceId="api.selfasserted.lostusername.signup.link" />
</LocalizedResourcesReferences> </ContentDefinition>
Define the Sign-up Link Text: In the <LocalizedResources>
section of your custom policy, define the localized text for the sign-up link.