Skip to content
New issue

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

Wrong SFTP credentials in delivery email #353

Open
svarona opened this issue Oct 23, 2024 · 0 comments
Open

Wrong SFTP credentials in delivery email #353

svarona opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@svarona
Copy link
Member

svarona commented Oct 23, 2024

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": ["[email protected]"],
        "sftp_folder": ["rnaseqrsv"]
    },
    "miglesias":  {
        "sftp_user": ["miglesias"],
        "sftp_folder": ["Labvirusres"]
    }
}
@victor5lm victor5lm self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants