Iem – Seperate Login Script

Iem – Seperate Login Script
Remove the login/forgot passcode/reset passcode function from:

Example:
1: http://www.example.com/admin/index.php?Page=Login
2: http://www.example.com/admin/index.php?index.php?Page=Login&Action=ForgotPass

So the login functions can be in a standalone file:

Example:
1: http://www.example.com/login.php?Action=Login
2: http://www.example.com/login.php?Action=ForgotPass

The page does not need any css styling – just contain all the visible and hidden fields of the original. It should set the Session vars required if a successful login is performed and redirect user direct into the IEM system with their profile. If user login is not successful it should just display an error. If user needs to reset password – it should be performed all within the page (login.php).

Any questions please contact me.

Leave a Reply

Your email address will not be published. Required fields are marked *