Display valid credentials identified with the [!] icon - Ref #1470
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<% if @users.empty? -%>
|
<% if @users.empty? -%>
|
||||||
<%= notice_icon %> No Valid Passwords Found.
|
<%= notice_icon %> No Valid Passwords Found.
|
||||||
<% else -%>
|
<% else -%>
|
||||||
<%= notice_icon %> Valid Combinations Found:
|
<%= critical_icon %> Valid Combinations Found:
|
||||||
<% @users.each do |user| -%>
|
<% @users.each do |user| -%>
|
||||||
| Username: <%= user.username %>, Password: <%= user.password %>
|
| Username: <%= user.username %>, Password: <%= user.password %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user