Page 1 of 1

External use of Frontend Login

Posted: Tue 11. Dec 2007, 12:23
by leone
I have a phpwcms site that I want to use for frontend login and then be able to redirect to another php structure (intranet) through a menu link in phpwcms. I would want to be able to use the login data for that page. I.e. if the user is logged on in the frontend he can click to this page and also has access and the necessary editing rights there, otherwise he will be directed back to the main site.

How would I have to go about to use phpwcms's credential validation for that purpose?

The external structure is necessary as I was not able to include it in the phpwcms structure. It is basically just a few tables that allow anyone direct editing and there are no mods that currently allow this, so I opted for a standalone structure connected to phpwcms.