Added
- Functionality to search for users who are using their username as the password
- Converts the users username into the following formats:
- All uppercase
- All lowercase
- Remove dot "."
- camelCase (E.g. johnSmith)
- PascalCase (E.g. JohnSmith)
- Converts the users username into the following formats:
Fixed
- SUCCESS level logging not properly working for JSON output