Enabled Fastbook/OAuth login

This commit is contained in:
Deon George
2013-05-23 17:00:14 +10:00
parent 84a7752ef2
commit 8edac5ad4a
15 changed files with 2071 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<div class="account-container stacked">
<div class="content clearfix">
<h1>Nearly there!</h1>
<p>While we have successfully authenticated you with <?php echo $type; ?>, your account is not linked.</p>
<p>To complete the link, you need to login to OSB just once, then you wont need to do it anymore.</p>
<p>Please press the button below to login and complete the process.</p>
<?php echo HTML::anchor('oauth/link/'.$type,'Link',array('class'=>'button btn btn-warning btn-large')); ?>
</div> <!-- /content -->
</div> <!-- /account-container -->