However you can easily bypass that. Just add the following lines in the ".htaccess" under public_html folder.
<FilesMatch "wp-login.php">
AuthType None
require all granted
</FilesMatch>
This will do the job! No more pop-up authorization box for wp-login.php access!