mtwebster Fix a few problems with passwords, usernames and hostnames.
c9fe0fc Apr 13, 2022
Fix a few problems with passwords, usernames and hostnames.
- Passwords should be unrestricted. They were unintentionally being
  caught by the whitespace check.
- Use a more specific message for hostnames containing a leading or
  trailing hyphen or period.
- Allow upper case in hostnames (hostnames are defined as case
  insensitive but we've accepted uppercase elsewhere).

Fixes #135, #136
c9fe0fc