In wordpress with multisite activated, I'm using "More Privacy Options" plugin that lets me basically password protect a site. But I have to create a user in the WordPress way with a unique password and email address.
I'd like to do something much simpler-basically, have a dropdown, like a .htaccess user/pass type thing, that just asks for a password. If they get it right, they can see the site. If not, they get an error message.
Is there any way to do this?