Enabled Fastbook/OAuth login
This commit is contained in:
12
modules/oauth/views/oauth/link.php
Normal file
12
modules/oauth/views/oauth/link.php
Normal 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 -->
|
Reference in New Issue
Block a user