removing facebook SSO from core
parent
5fde1eb3e7
commit
e7eab83d8f
@ -1,23 +0,0 @@
|
|||||||
<h1><i class="fa fa-facebook-square"></i> Facebook Social Authentication</h1>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<form>
|
|
||||||
<div class="alert alert-warning">
|
|
||||||
<p>
|
|
||||||
Create a <strong>Facebook Application</strong> via the
|
|
||||||
<a href="https://developers.facebook.com/">Facebook Developers Page</a> and
|
|
||||||
then paste your application details here.
|
|
||||||
</p>
|
|
||||||
<br />
|
|
||||||
<input type="text" data-field="social:facebook:app_id" title="Application ID" class="form-control input-lg" placeholder="App ID"><br />
|
|
||||||
<input type="text" data-field="social:facebook:secret" title="Application Secret" class="form-control input-md" placeholder="App Secret"><br />
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<button class="btn btn-lg btn-primary" id="save">Save</button>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
require(['forum/admin/settings'], function(Settings) {
|
|
||||||
Settings.prepare();
|
|
||||||
});
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue