2019-04-06 08:43:34 +02:00
|
|
|
<div id="organization-auth-settings" class="settings-section" data-name="auth-methods">
|
2020-06-11 16:24:15 +02:00
|
|
|
{{#unless is_owner}}
|
|
|
|
<div class='tip'>{{t "Only organization owners can edit these settings."}}</div>
|
|
|
|
{{/unless}}
|
2023-01-20 18:29:34 +01:00
|
|
|
{{#unless user_has_email_set}}
|
2023-09-01 12:32:53 +02:00
|
|
|
<div class="tip">
|
|
|
|
{{#tr}}
|
|
|
|
You must <z-link>configure your email</z-link> to access this feature.
|
|
|
|
{{#*inline "z-link"}}<a href="/help/demo-organizations#configure-email-for-demo-organization-owner" target="_blank" rel="noopener noreferrer">{{> @partial-block }}</a>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</div>
|
2023-01-20 18:29:34 +01:00
|
|
|
{{/unless}}
|
2023-01-10 11:13:05 +01:00
|
|
|
<form class="admin-realm-form org-authentications-form">
|
2022-11-03 13:18:42 +01:00
|
|
|
<div id="org-auth_settings" class="admin-table-wrapper settings-subsection-parent">
|
2019-04-06 08:43:34 +02:00
|
|
|
<div class ="subsection-header">
|
|
|
|
<h3>{{t "Authentication methods" }}</h3>
|
2019-07-11 04:05:28 +02:00
|
|
|
{{> settings_save_discard_widget section_name="auth_settings" }}
|
2019-04-06 08:43:34 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<p>{{t "Configure the authentication methods for your organization."}}</p>
|
2024-05-28 15:52:21 +02:00
|
|
|
<div id="id_realm_authentication_methods" class="prop-element" data-setting-widget-type="auth-methods">
|
2022-07-07 10:12:16 +02:00
|
|
|
{{! Empty div is intentional, it will get populated by a dedicated template }}
|
|
|
|
</div>
|
2019-04-06 08:43:34 +02:00
|
|
|
</div>
|
2016-11-02 21:51:56 +01:00
|
|
|
</div>
|
2017-04-26 04:40:23 +02:00
|
|
|
</form>
|
2016-11-02 21:51:56 +01:00
|
|
|
</div>
|