Display valid credentials identified with the [!] icon - Ref #1470

This commit is contained in:
Erwan
2020-03-23 09:59:24 +01:00
committed by GitHub
parent c5c1de32bc
commit 6d381ab88d

View File

@@ -2,7 +2,7 @@
<% if @users.empty? -%>
<%= notice_icon %> No Valid Passwords Found.
<% else -%>
<%= notice_icon %> Valid Combinations Found:
<%= critical_icon %> Valid Combinations Found:
<% @users.each do |user| -%>
| Username: <%= user.username %>, Password: <%= user.password %>
<% end -%>