jeremyhaber Posted January 20, 2010 Share Posted January 20, 2010 Before I buy, I want to know if this is possible. I currently have a login system that cannot be transferred over. I want to know if its possible to develop a "plugin" to use my costume login system. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
0 robotronik Posted January 20, 2010 Share Posted January 20, 2010 Depends what your 'plugin' actually does, you can integrate WHMCS with your login for sure. 0 Quote Link to comment Share on other sites More sharing options...
0 jeremyhaber Posted January 20, 2010 Author Share Posted January 20, 2010 Would that be done with the login/logout action hooks? I want to be able to have one unified login system. 0 Quote Link to comment Share on other sites More sharing options...
0 rmccny Posted January 21, 2010 Share Posted January 21, 2010 You cannot replace the WHMCS login system as it is tightly integrated into the code itself, however WHMCS is very easy to bridge, either as a master or a slave. In a master scenario, all logins are routed through WHMCS which then fires off what is called an actionhook (PHP code) that would execute and run code to start a session in your other backend. You would have to write a little code as a mechanism for tracking the association of these two login systems. The slave scenario works pretty much the same in reverse. Your other login system runs some PHP code after successfully validating the client, checking if they have an account in WHMCS, creating it if necessary, then creating the WHMCS session, the process of which is painfully simple. What is this "other" login system you mention, it may be possible that such a bridge already exists for it. 0 Quote Link to comment Share on other sites More sharing options...
Question
jeremyhaber
Before I buy, I want to know if this is possible.
I currently have a login system that cannot be transferred over.
I want to know if its possible to develop a "plugin" to use my costume login system.
Thanks.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.