01-14-2019, 10:19 AM
Hello,
I'm trying to use US on a site that is already complete and currently uses a different password management system (made of php-mysql with standard code).
But I don't understand how to handle the new situation.
When I have to send the login form data through the classic
<form action="http://www.mysite.com/login.php" method="post"> ......... where should I direct my new request?
If I have to create a new php script what functions can I use to know if the visitor has correctly entered User and Password ?
Are there any guides to manage a site using US without its traditional interface but only by interacting at the php code level?
Thank you for your help!
Maurizio
I'm trying to use US on a site that is already complete and currently uses a different password management system (made of php-mysql with standard code).
But I don't understand how to handle the new situation.
When I have to send the login form data through the classic
<form action="http://www.mysite.com/login.php" method="post"> ......... where should I direct my new request?
If I have to create a new php script what functions can I use to know if the visitor has correctly entered User and Password ?
Are there any guides to manage a site using US without its traditional interface but only by interacting at the php code level?
Thank you for your help!
Maurizio