User Names and Passwords

There are user names and passwords stored in several places in BillMax:
  1. The password field in the user table. Used for customer logins to the Customer Portal. Allowed values governed by the customerpassword regular expression.
  2. The d02 field in the service table. Used for Service provisioning. Allowed values governed by the customerpassword regular expression.
  3. The password field in the auth table. Used for logins to the Staff Portal. Allowed values governed by the staffpassword regular expression.
  4. The password field In the edge table. Used by the Customer Portal application login. Must be at least 4 or more characters.