BU-ISCIII/buisciii-tools

Wrong SFTP credentials in delivery email

Opened this issue · 0 comments

By default, the e-mail sent to the user indicates that the User credential for SFTP is the User's e-mail:

<b>Usuario:</b> {{ user_data.email }} (mail isciii)</li>

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"]
    }
}