Korros Posted February 27, 2014 Share Posted February 27, 2014 Hi, I'm developing an addon+hook to integrate WHMCS with a new protection service that allow users (and admins) to add some type of "OTP" (not really OTP) and I need that my hook checks BEFORE user or admins login in WHMCS and if some conditions are true, let the admin/user login. I've fully developed all the functionality of the module except verification before logon, so I wonder if it is possible that. If I set up an "AdminLogin" hook, the module runs after the admin login. If there is no way to act before login, how can I setup some like: If user logins > check my condition > if true > go to admin panel If user logins > check my condition > if false > go to logout and log off the admin Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Korros Posted February 27, 2014 Author Share Posted February 27, 2014 Forget it, If condition not true > session_destroy(); > back to the login page 0 Quote Link to comment Share on other sites More sharing options...
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.