SecureAuth version affected: 8.0.3+
Description:
The user wants to change the verbiage of the error message on the account update page, which is "Unable to save. Please check the form for errors".
Cause:
The account update page has the error message inside the .VB portion of it, which is compiled into the appliance.
Resolution:
Add another data name into the resource file.
- First, go into the resource file in whichever realm you are trying to add the new data name in. For example: D:\Secureauth\SecureAuthX\Resource\Language_en. Go to the bottom of the page and type in the following:
<data name="accountupdate_ValidatorErrorMsg" xml:space="preserve">
<value>Test Error Message.</value>
</data>
- Once there, verify it's in the web admin and go ahead and hit save.
- Once saved, the error message should now pop up instead of the generic one.
Comments
Please sign in to leave a comment.