moved admin css to its own file for LESS compilation, and adding in
options to update social keys for loginv1.18.x
parent
eb15bd5ac0
commit
111b9dcf0a
@ -1,13 +1,21 @@
|
||||
<h1>Google Plus Social Authentication</h1>
|
||||
<h1>Google Accounts Social Authentication</h1>
|
||||
<hr />
|
||||
|
||||
<form>
|
||||
<div class="alert alert-notify">
|
||||
<p>Create a <strong>Google+ Application</strong> and then paste your application details here.</p><br />
|
||||
<input type="text" class="" placeholder="App ID"><br />
|
||||
<input type="text" class="" placeholder="App Secret"><br />
|
||||
<p>
|
||||
Create a <strong>Google Application</strong> via the
|
||||
<a href="https://code.google.com/apis/console/">API Console</a> and then paste
|
||||
your application details here.
|
||||
</p>
|
||||
<br />
|
||||
<input type="text" data-field="social:google:id" title="Client ID" class="input-xxlarge" placeholder="Client ID"><br />
|
||||
<input type="text" data-field="social:google:secret" title="Client Secret" class="input-large" placeholder="Client Secret"><br />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<button class="btn btn-large btn-primary" type="submit">Save</button>
|
||||
<button class="btn btn-large" type="submit" disabled>Delete</button>
|
||||
<button class="btn btn-large btn-primary" id="save">Save</button>
|
||||
|
||||
<script>
|
||||
nodebb_admin.prepare();
|
||||
</script>
|
Loading…
Reference in New Issue