{ updateHandler(); }} >
{#if adminConfig !== null}
{$i18n.t('General Settings')}
{$i18n.t('Enable New Sign Ups')}
{$i18n.t('Default User Role')}
{$i18n.t('pending')}
{$i18n.t('user')}
{$i18n.t('admin')}
{$i18n.t('Enable API Key Auth')}
{$i18n.t('Show Admin Details in Account Pending Overlay')}
{$i18n.t('Enable Community Sharing')}
{$i18n.t('Enable Message Rating')}
{$i18n.t('JWT Expiration')}
{$i18n.t('Valid time units:')}
{$i18n.t("'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.")}
{$i18n.t('Webhook URL')}
{/if}
{$i18n.t('LDAP')}
{ updateLdapConfig(localStorage.token, ENABLE_LDAP); }} />
{#if ENABLE_LDAP}
{$i18n.t('Label')}
{$i18n.t('Host')}
{$i18n.t('Port')}
{$i18n.t('Application DN')}
{$i18n.t('Application DN Password')}
{$i18n.t('Attribute for Username')}
{$i18n.t('Search Base')}
{$i18n.t('Search Filters')}
{$i18n.t('Click here for filter guides.')}
{$i18n.t('TLS')}
{#if LDAP_SERVER.use_tls}
{$i18n.t('Certificate Path')}
{$i18n.t('Ciphers')}
{/if}
{/if}
{$i18n.t('Save')}