CDCgov / seqsender

Automated Pipeline to Generate FTP Files and Manage Submission of Sequence Data to Public Repositories
https://cdcgov.github.io/seqsender/
Apache License 2.0
32 stars 11 forks source link

Support for additional special characters in the password field #97

Closed vitu1 closed 1 week ago

vitu1 commented 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?

dthoward96 commented 1 week ago

Now expanded to support additional characters: https://github.com/CDCgov/seqsender/releases/tag/v1.2.5