This knowledge article addresses how to update the Okta Sign-in Widget code to customize the following error message:
Password requirements were not met.
- Sign In Widget
- Password reset
- Okta Identity Engine (OIE)
- Access the Okta Admin console.
- Navigate to Customizations > Brands > <brand> > Pages > Sign-in page > Configure.
- Toggle Code editor on.
- Click Edit.
- In the
<style nonce="{{nonceValue}}">section, add the following line:
config['i18n']['en'] ['registration.error.password.passwordRequirementsNotMet'] = '<CUSTOMIZED_TEXT>'
- Click Save to Draft.
- Click Publish.
Related References
