<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Customize Okta Sign in Widget Error Message for Password Policy Failures
Administration
Okta Identity Engine
Overview

This knowledge article addresses how to update the Okta Sign-in Widget code to customize the following error message:

 

Password requirements were not met.

 

Applies To
  • Sign In Widget
  • Password reset
  • Okta Identity Engine (OIE)
Solution
  1. Access the Okta Admin console.
  2. Navigate to Customizations > Brands > <brand> > Pages > Sign-in page > Configure.
  3. Toggle Code editor on.
  4. Click Edit.
  5. In the <style nonce="{{nonceValue}}"> section, add the following line:

config['i18n']['en'] ['registration.error.password.passwordRequirementsNotMet'] = '<CUSTOMIZED_TEXT>'

Screenshot 2023-09-19 at 17.42.45.png 

  1. Click Save to Draft.
  2. Click Publish.

Related References

 

 
Loading
Customize Okta Sign in Widget Error Message for Password Policy Failures