Hello,
I have just installed Joomla
http://www.joomla.org and wish to use its login database (I.e. user IDs and passwords) to password protect non-Joomla pages.
I have searched around Joomla's forum and found solutions like wrapper and Jumi that attempt to include a PHP page into Joomla's template. But I don't want to include some PHP pages inside Joomla. I want some PHP pages to stand alone.
Instead, I want to create a separate login system that uses the user IDs and passwords (encrypted using MD5 hash?) from Joomla.
How do I do that?
Thanks.