I have a area of a website that needs to be secure and accessible when offsite. I want the user to enter the username and password used to login at work i
use this http://pear.php.net/package/Auth and tie it in to ldap authentication at the back-end.
of especial interest to you would be the Auth::setShowLogin method...