We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default, the e-mail sent to the user indicates that the User credential for SFTP is the User's e-mail:
buisciii-tools/bu_isciii/templates/email.j2
Line 150 in 3c20883
But this might not be true for all the Users. I suggest updating the sftp_user.json like in this example:
{ "imago": { "sftp_user": ["[email protected]"], "sftp_folder": ["rnaseqrsv"] }, "miglesias": { "sftp_user": ["miglesias"], "sftp_folder": ["Labvirusres"] } }
The text was updated successfully, but these errors were encountered:
victor5lm
No branches or pull requests
By default, the e-mail sent to the user indicates that the User credential for SFTP is the User's e-mail:
buisciii-tools/bu_isciii/templates/email.j2
Line 150 in 3c20883
But this might not be true for all the Users. I suggest updating the sftp_user.json like in this example:
The text was updated successfully, but these errors were encountered: