Remove @ from the AWLRS Local Password Policy


 Product(s):Assetwise Linear Network Management
 Version(s):ALL
 Environment:N/A
 Area:Password Policy
 Subarea:N/A

The following changes will remove the @ symbol from the AWLRS Local Password Policy and Email Criteria found in Section 7 of the AWLRS Product Installation and Upgrade Guide v1.3.  Inclusion of the @ symbol in your password is a known issue.  It will prevent the AWLRS Map from displaying properly.  

File to change: config.json

File Location: [AWLRS UI application deployment path]\app\config\config.json

Lines 241 and 242 need to be updated to the following:
"regExp": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!#\\$%\\^&\\*])(?=.{8,})",
"passwordHint": "Min Length 8 at least one from each a-z, A-Z, 0-9, !#\\$%\\^&\\*",

Final step is to execute iisreset on the IIS Server to force the updates to the password policy checks.

 Original Author:Jon Libby