Registered Users
{{#each users}}
{{Name}} {{#if TwoFactorEnabled}} 2FA {{/if}} {{#case _Status 1}} Invited {{/case}} {{Email}}
Organizations: {{#each Organizations}} {{Name}} {{/each}}
{{#if TwoFactorEnabled}} Remove all 2FA {{/if}} Deauthorize sessions Delete User
{{/each}}
Invite User
Email:
Configuration
NOTE: The settings here override the environment variables. Once saved, it's recommended to stop setting them to avoid confusion. This does not apply to the read-only section, which can only be set through the environment.
{{#each config}} {{#if groupdoc}}
{{#each elements}} {{#if editable}}
{{#case type "text" "number" "password"}}
{{#case type "password"}}
{{/case}}
{{/case}} {{#case type "checkbox"}}
{{doc.name}}
{{/case}}
{{/if}} {{/each}}
{{/if}} {{/each}}
NOTE: These options can't be modified in the editor because they would require the server to be restarted. To modify them, you need to set the correct environment variables when launching the server. You can check the variable names in the tooltips of each option.
{{#each config}} {{#each elements}} {{#unless editable}}
{{#case type "text" "number" "password"}}
{{#case type "password"}}
{{/case}}
{{/case}} {{#case type "checkbox"}}
{{doc.name}}
{{/case}}
{{/unless}} {{/each}} {{/each}}
{{#if can_backup}}
NOTE: A local installation of sqlite3 is required for this section to work.
{{/if}}