Closed vitu1 closed 1 week ago
Currently, the password fields in the config file checks for characters that match this regex: ^[a-zA-Z0-9_.+-]+
Can we expand this field to include additional special characters?
Now expanded to support additional characters: https://github.com/CDCgov/seqsender/releases/tag/v1.2.5
Currently, the password fields in the config file checks for characters that match this regex: ^[a-zA-Z0-9_.+-]+
Can we expand this field to include additional special characters?