1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 09:09:44 +02:00
documize/gui/app/pods/customize/auth/template.hbs

13 lines
385 B
Handlebars
Raw Normal View History

{{layout/logo-heading
title="Authentication"
desc="Choose user authentication provider — Documize, Redhat Keycloak, LDAP/AD"
icon=constants.Icon.Locked}}
2018-09-04 17:19:26 +01:00
{{customize/auth-settings
authProvider=model.authProvider
authConfig=model.authConfig
2018-12-08 20:54:19 +00:00
onSave=(action "onSave")
onSyncLDAP=(action "onSyncLDAP")
onSyncKeycloak=(action "onSyncKeycloak")
onChange=(action "onChange")}}