Wrong SFTP credentials in delivery email
Opened this issue · 0 comments
svarona commented
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": ["imago@isciii.es"],
"sftp_folder": ["rnaseqrsv"]
},
"miglesias": {
"sftp_user": ["miglesias"],
"sftp_folder": ["Labvirusres"]
}
}