mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
added authentication section to settings/user
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- IMPORT admin/settings/header.tpl -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-2 settings-header">User List</div>
|
||||
<div class="col-xs-2 settings-header">Authentication</div>
|
||||
<div class="col-xs-10">
|
||||
<form role="form">
|
||||
<div class="checkbox">
|
||||
@@ -9,16 +9,7 @@
|
||||
<input type="checkbox" data-field="allowLocalLogin" checked> <strong>Allow local login</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="allowAccountDelete" checked> <strong>Allow account deletion</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="privateUserInfo"> <strong>Make user info private</strong>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="requireEmailConfirmation"> <strong>Require Email Confirmation</strong>
|
||||
@@ -47,6 +38,24 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-2 settings-header">Account Settings</div>
|
||||
<div class="col-xs-10">
|
||||
<form>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="allowAccountDelete" checked> <strong>Allow account deletion</strong>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" data-field="privateUserInfo"> <strong>Make user info private</strong>
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-2 settings-header">Avatars</div>
|
||||
<div class="col-xs-10">
|
||||
|
||||
Reference in New Issue
Block a user