RSA Self Service module will not allow special characters in the username.
Originally Published: 2012-03-27
Article Number
Applies To
RSA Access Manager Self Service Application
Issue
When attempting to access the RSA Self Service module using a username with an special character in it the following error message is generated:
"There are illegal characters present in the userName field. Please type-in proper userName."
Cause
Resolution
You can add the character to the list of allowed characters by editing the Login-validation.xml file. This file may be located in the location where your application server has deployed the self service application. The location varies according to the type of application server and the way it was deployed. For example for Apache Tomat the file would be located in the following directory.
"C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\axm-selfservice-gui\WEB-INF\classes\sirrus\selfservice\actions\Login-validation.xml"
Edit the file and add additional characters to the "allowedCharacters" parameter as required.
<!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
"<http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd>">
<validators>
<field name="userName">
<field-validator type="validuserid">
<param name="allowedCharacters">-</param>
<message key="selfservice.err.illegalcharacters"></message>
</field-validator>
</field>
<field name="password">
<field-validator type="requiredstring">
<message key="selfservice.err.password"></message>
</field-validator>
</field>
</validators>
Notes
Related Articles
java.lang.NoClassDefFoundError when saving a JAVA Code Based AFX Connector in version 7.0.2 of RSA Identity Governance & L… 68Number of Views RSA Token Client returns error 40032 - R_TC_ERR_REGISTRATION_FAIL 15Number of Views Authentication agent for Windows, AAWin autoregistration fails after update to RSA Authentication Manager 8.4 Patch 14 127Number of Views Console and web tier virtual host certificates no longer trusted by Google Chrome 58.0.3029.81 in RSA Authentication Manag… 245Number of Views Login prompt is failing to display in the web browser for the RSA Community 74Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to recover the Application and AFX after an unexpected database failure in RSA Identity Governance & Lifecycle RSA MFA Agent 2.4 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?