2017-07-11 11:24:51 +02:00
|
|
|
<div id="admin-auth-settings" class="settings-section" data-name="auth-methods">
|
2017-05-25 00:50:07 +02:00
|
|
|
<form class="form-horizontal admin-realm-form org-authentications-form">
|
2017-04-26 04:40:23 +02:00
|
|
|
<div class="alert" id="admin-realm-authentication-methods-status"></div>
|
2016-11-02 21:51:56 +01:00
|
|
|
<div class="admin-table-wrapper">
|
2017-04-26 04:40:23 +02:00
|
|
|
<p>{{#tr this}}Configure the authentication methods for your organization.{{/tr}}</p>
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<tbody id="admin_auth_methods_table" class=" admin_auth_methods_table">
|
|
|
|
<th>{{t "Method" }}</th>
|
|
|
|
<th>{{t "Enabled" }}</th>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2016-11-02 21:51:56 +01:00
|
|
|
</div>
|
|
|
|
<div id="admin_page_auth_methods_loading_indicator"></div>
|
2017-04-16 21:20:05 +02:00
|
|
|
{{#if is_admin}}
|
2016-11-02 21:51:56 +01:00
|
|
|
<div class="input-group">
|
|
|
|
<div class="organization-submission">
|
2017-06-06 01:57:22 +02:00
|
|
|
<button type="submit" class="button rounded sea-green">
|
2017-03-18 10:44:00 +01:00
|
|
|
{{t 'Save changes'}}
|
|
|
|
</button>
|
2016-11-02 21:51:56 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-04-16 21:20:05 +02:00
|
|
|
{{/if}}
|
2017-04-26 04:40:23 +02:00
|
|
|
</form>
|
2016-11-02 21:51:56 +01:00
|
|
|
</div>
|