AdvPhishing icon indicating copy to clipboard operation
AdvPhishing copied to clipboard

fix blank username logging

Open sighook opened this issue 5 years ago • 0 comments

Since the form sends email/password fields:

<form action="post.php" method="POST" class="">
[skipped]
<input type="text" placeholder="E-mail" autocomplete="email" name="email" value="" class="controls valid" tabindex="2">
[skipped]
<input type="password" placeholder="Password" autocomplete="current-password" name="password" value="" class="controls valid" tabindex="3">

sighook avatar Oct 01 '20 12:10 sighook