gortron Posted May 26, 2008 Share Posted May 26, 2008 Hi, I have a small content management system that I put on clients websites to allow them to log in and update their site easily. I want to have a central database on my own site to hold all clients usernames and password. My question is, Is there a recommend approach to validating clients login credentials from a remote location? At the moment, some sites require special attention to the firewall to allow the local PHP script to communicate with a remote database to validate the user. Can this approach be improved, should I have the users details locally instead? Though this would prevent me from managing users effectively. Thank you for any comments or suggestions. Link to comment https://forums.phpfreaks.com/topic/107310-remote-user-authentication-or-validation/ Share on other sites More sharing options...
unidox Posted May 26, 2008 Share Posted May 26, 2008 you can use remote sql Link to comment https://forums.phpfreaks.com/topic/107310-remote-user-authentication-or-validation/#findComment-550201 Share on other sites More sharing options...
gortron Posted May 26, 2008 Author Share Posted May 26, 2008 Can you explain a little more ? Link to comment https://forums.phpfreaks.com/topic/107310-remote-user-authentication-or-validation/#findComment-550203 Share on other sites More sharing options...
unidox Posted May 26, 2008 Share Posted May 26, 2008 google.com Link to comment https://forums.phpfreaks.com/topic/107310-remote-user-authentication-or-validation/#findComment-550262 Share on other sites More sharing options...
gortron Posted May 26, 2008 Author Share Posted May 26, 2008 I was afraid you'd say that. I was hoping for a pointer to a tutorial maybe. Thanks for the pointer though. Link to comment https://forums.phpfreaks.com/topic/107310-remote-user-authentication-or-validation/#findComment-550354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.