Bit Bayou Posted April 9, 2014 Report Posted April 9, 2014 It's been a long night of programming, so I may be a little off this morning. I'm trying to create a login form on my website homepage to my Blesta install. Is there any quick reference for this that I'm missing? Quote
0 Michael Posted April 9, 2014 Report Posted April 9, 2014 Have a look at http://www.blesta.com/forums/index.php?/topic/510-login-form-outside-blesta/ Quote
0 Tyson Posted April 9, 2014 Report Posted April 9, 2014 Are you using the Shared Login plugin? And taken a look at its documentation? Quote
0 Bit Bayou Posted April 9, 2014 Author Report Posted April 9, 2014 I'm not trying to get a shared login, I'm simply trying to create a login form to Blesta, but the CSRF tokens don't like that Quote
0 Bit Bayou Posted April 9, 2014 Author Report Posted April 9, 2014 <form method="post" action="https://blesta.domain/client/login/"> <table cellpadding="5" style="width: 100%;" border="0"> <tr> <td align="center" valign="middle" style="padding: 20px 0 0 0;"><label for="login_username">Username</label></td> <td width="40%" align="center" style="padding: 20px 0 0 0;"><input style="width:85%" type="text" name="username" value="" id="login_username" /></td> </tr><tr> <td align="center" valign="middle" style="padding: 20px 0 0 0;"><label for="login_password">Password</label></td> <td width="40%" align="center" style="padding: 20px 0 0 0;"><input style="width:85%" type="password" name="password" id="login_password" /></td> </tr><tr> <td colspan="2" align="center" valign="top" style="padding: 20px 0 20px 0;"><input type="submit" name="" value="Account Login" style="margin: 5px 15px 0 15px" /></td> </tr> </table> </form> Something along those lines? Quote
0 Bit Bayou Posted April 9, 2014 Author Report Posted April 9, 2014 Have a look at http://www.blesta.com/forums/index.php?/topic/510-login-form-outside-blesta/ That's what I was looking for! I could not find it!! Thx! Quote
Question
Bit Bayou
It's been a long night of programming, so I may be a little off this morning.
I'm trying to create a login form on my website homepage to my Blesta install. Is there any quick reference for this that I'm missing?
5 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.