Hello,
We are evaluating CompleteFTP and we would like to enable an email notification when a user fails to login only. We have created the Email notification and selected "Log in" from Events and "Notify on error" in Errors.
For the Subject we have the following text: Failed login attempt - %LoginUserName%
Now every time a user tries to log in, whether is authenticates successfully or not, we get an email notification. We get the following text on the email subject:
When the user "abcd" uses the wrong credentials we get an email with subject: Failed login attempt - abcd
When the user "abcd" uses the correct credentials and logs in successfully we still get an email but this time with subject: Failed login attempt - %LoginUserName%
For the authentication methods we are testing Password and Public Keys together,
Our question is, why do we receive an email notification even if the user logs in successfully and why the email sent on successful logins does not include the username and instead it includes the macro.
Thank you,
AJK