Chrome pop up instead of login page after wordpress installation -


so installed wordpress (in subfolder if matters). after installation want log in admin page (by going /wp-login.php).

instead of login page, expect it, chrome login pop-up. login data installed wordpress not work.

browser login pop up

as correctly surmised, not wordpress login screen.

this login popping because password protection set on folder installed wordpress in.

it depends on server setup, being controlled file on server called .htaccess. find inside subfolder installed in, or possibly in root folder of site.

if open file , lines similar following, removing them remove password protection, , let log in wordpress usual.

authtype basic authname "password protected area" authuserfile /path/to/.htpasswd require valid-user 

although - might want find out added there , why added it, before removing it!


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -