Customizing the Account Recovery Flow label per application?

Is there a way to customize the Account Recovery flow label per application?

See screen shot below.

I know I can customize the Sign In page per application. I was hoping there is a way to customize the Account Recovery Flow label per application as well.

Please let me know if this is possible. Or if someone knows that this is NOT possible.

Thanks for your help.

I was able to figure this out:

      config = {
        baseUrl: Your URL,          
        i18n: {
          en: {
              'password.forgot.email.or.username.placeholder': 'Username',
              'password.forgot.email.or.username.tooltip': 'Username'
          }
      },         
     }
1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.