Bug #20575
Updated by Tomáš Strachota over 7 years ago
When a user is logged out, tries to start a new sessions and enters wrong credentials, hammer prints an error message as if there was an existing session.
*Reproducer steps:*
# Enable sessions in the config file for hammer
# hammer auth logout
# hammer -u admin -p wrong_pwd host list
*Actual result:*
Hammer prints:
<pre>
Invalid username or password, continuing with session for ''
</pre>
*Expected result:*
<pre>
Invalid username or password
</pre>