mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Add a table to the administration page that will allow realm admins to activate and deactivate the supported authentication methods for that realm.
23 lines
1.0 KiB
Handlebars
23 lines
1.0 KiB
Handlebars
<div id="organization-settings" class="settings-section">
|
|
<div class="settings-section-title"><i class="icon-vector-lock settings-section-icon"></i>
|
|
{{t "Authentication Methods" }}</div>
|
|
<form class="form-horizontal admin-realm-form">
|
|
<div class="alert" id="admin-realm-authentication-methods-status"></div>
|
|
<div class="admin-table-wrapper">
|
|
<p>{{#tr this}}Configure the authentication methods for the __domain__ 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>
|
|
<div class="input-group">
|
|
<div class="organization-submission">
|
|
<input type="submit" class="button" value="{{t 'Save changes' }}" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|