Devon Posted July 4, 2006 Share Posted July 4, 2006 Is there a way we can automatically have a user be logged in? I'm not exactly happy with the design of the login page... I am going to be making it so that when a user registers through whmcs is automatically makes an account for my kayako support system. I'm wanting to be able to place a link in the navigation that will send them to they whmcs client area, bypassing the login... for ex. domain.com/clients/clientarea.php?userid=$userid&p=$md5pass I was going to do it myself but then realized it was encrypted... 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 4, 2006 WHMCS CEO Share Posted July 4, 2006 With V2.5 it will be possible to customise the login page. Currently, to automatically log a user in you would need to pass the username and unencrypted form of the password to dologin.php the same as the login form does. Does that answer your question? Matt 0 Quote Link to comment Share on other sites More sharing options...
Devon Posted July 4, 2006 Author Share Posted July 4, 2006 How would I do that? You mean by making a form and using post method or can I do it by passing variables in the url? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 4, 2006 WHMCS CEO Share Posted July 4, 2006 Yeh, you would need to use a form as the variables need to be passed as POST variables. Regards, Matt 0 Quote Link to comment Share on other sites More sharing options...
Devon Posted July 4, 2006 Author Share Posted July 4, 2006 Like so? <div style="width: 400;"> <fieldset><legend>Authentication Required</legend> <form action="dologin.php?goto=clientarea" method="post"> <label>Email Address <input name="username" size="20" type="text"> </label> <label>Password <input name="password" size="20" type="password"> </label> <input value="Login" type="submit"> </form> </fieldset> </div> 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted July 5, 2006 Share Posted July 5, 2006 Hey, You can go to this link, http://www.whmcs.com/documentation/entry/3/11/ Hope that helps... From, Adam 0 Quote Link to comment Share on other sites More sharing options...
Devon Posted July 6, 2006 Author Share Posted July 6, 2006 Yes, that is now what I have. I am hoping to see a way to login without having to use the form. Ex. dologin.php?goto=clientarea&userid={$uid}&password={$md5} Or a way to loginshare with Kayako SupportSuit 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted July 6, 2006 Share Posted July 6, 2006 Yes, that is now what I have. I am hoping to see a way to login without having to use the form.Ex. dologin.php?goto=clientarea&userid={$uid}&password={$md5} Or a way to loginshare with Kayako SupportSuit I have contact Kayako about that and emailed Vaurn about this but he hasn't replied! So we will see. I'm thinking of making one just so it's much easier between the two... From, Adam 0 Quote Link to comment Share on other sites More sharing options...
Devon Posted July 7, 2006 Author Share Posted July 7, 2006 Yes, that is now what I have. I am hoping to see a way to login without having to use the form.Ex. dologin.php?goto=clientarea&userid={$uid}&password={$md5} Or a way to loginshare with Kayako SupportSuit I have contact Kayako about that and emailed Vaurn about this but he hasn't replied! So we will see. I'm thinking of making one just so it's much easier between the two... From, Adam I aswell have tried contacting Vaurn as a referral through xesolutions (from the kayako forums). He said he would take a look at it when xesolutions asked him for me via IM. However, he has not responded to me eaither. I have noticed by reading their forums that they are very slow when it comes to support. Which is rather funny, hence they are marketing a support product. 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.