mirror of https://github.com/zulip/zulip.git
17 lines
860 B
Handlebars
17 lines
860 B
Handlebars
<div id="admin-auth-settings" class="settings-section" data-name="auth-methods">
|
|
<form class="form-horizontal admin-realm-form org-authentications-form">
|
|
<div class="admin-table-wrapper">
|
|
<h3 class="inline-block">{{t "Authentication methods" }}</h3>
|
|
<div class="alert-notification" id="admin-realm-authentication-methods-status"></div>
|
|
<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>
|
|
</div>
|
|
<div id="admin_page_auth_methods_loading_indicator"></div>
|
|
</form>
|
|
</div>
|