Open gokulprathin8 opened 8 months ago
When executing a workflow with wrong password, incorrect password prompt is no longer shown. Instead, it goes straight to execution and the process fails since the password is wrong and is not able to making a SSH request.
Validate password before staring execution.
I beleive this is a new issue from recent PR merges, it was working a few days ago.
This is not a new issue. We never validate password before execution.
What is this PR about?
When executing a workflow with wrong password, incorrect password prompt is no longer shown. Instead, it goes straight to execution and the process fails since the password is wrong and is not able to making a SSH request.
What needs to be done?
Validate password before staring execution.