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
Special characters other than '_' and '$' are not allowed for Variables in AFX Connector Mapping Fields in RSA Identity Go… 67Number of Views Replica will not Authenticate Multiple Authentications 26Number of Views RSA Via Lifecycle and Governance/Aveksa server will not start after environment customization 226Number of Views RSA SecurID Access identity router will not start after reboot on Microsoft Hyper-V 59Number of Views Unification is failing at step 8 on "AVUSER.ROLE_MANAGEMENT_PKG", line 2469 in RSA Governance & Lifecycle 491Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process
Don't see what you're looking for?