#8707: Security - Character Check for Username and Password

As of this release, for any new users created the username and password format will only accept:
  • alphabet
  • numeric
  • dot (.)
  • underscore (_)
  • dash (-)
  • apostrophe (') - only for username
  • at (@) - only for username
Existing usernames and passwords will not be effected by this update.