root: Multi-tenancy (#7590)
* tenants -> brands, init new tenant model, migrate some config to tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * setup logging for tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * configure celery and cache Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * small fixes, runs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * task fixes, creation of tenant now works by cloning a template schema, some other small stuff Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix-tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * upstream fixes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix-pylint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix avatar tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * migrate config reputation_expiry as well Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web rebase Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix migrations for template schema 3 Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * revert reputation expiry migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix type Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix some more tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * website: tenants -> brands Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try fixing e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * start frontend :help: Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add ability to disable tenants api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * delete embedded outpost if it is disabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make sure embedded outpost is disabled when tenants are enabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * management commands: add --schema option where relevant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * store files per-tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix embedded outpost deletion Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix files migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tenant api tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add domain tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add settings tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make --schema-name default to public in mgmt commands Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * sources/ldap: make sure lock is per-tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix stuff I broke Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix remaining failing tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try fixing e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * much better frontend, but save does not refresh form properly Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update django-tenants with latest fixes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * i18n-extract Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * review comments Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * move event_retention from brands to tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * wip Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * root: add support for storing media files in S3 Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * use permissions for settings api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * blueprints: disable tenants management Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix embedded outpost create/delete logic Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make gen Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make sure prometheus metrics are correctly served Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * makefile: don't delete the go api client when not regenerating it Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * tenants api: add recovery group and token creation endpoints Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix startup Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix prometheus metrics Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web stuff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix migrations from stable Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix oauth source type import Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Revert "fix oauth source type import" This reverts commitd015fd0244. * try with setting_changed signal Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try with connection_created signal Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix scim tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web after merge Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix enterprise settings Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "try with connection_created signal" This reverts commit764a999db8. * Revert "try with setting_changed signal" This reverts commit32b40a3bbb. * lib/expression: refactor expression compilation Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix django version Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix web after merge Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * relock poetry Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix reconcile Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * try running tenant save in a transaction Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * black Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * test: export postgres logs for debugging and use failfast Signed-off-by: Jens Langhammer <jens@goauthentik.io> * test: fix container name for logs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * do not copy tenant data Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "try running tenant save in a transaction" This reverts commitda6dec5a61. * Revert "do not copy tenant data" This reverts commit d07ae9423672f068b0bd8be409ff9b58452a80f2. * Revert "Revert "do not copy tenant data"" This reverts commit4bffb19704. * fix clone with nodata Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * why not Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove failfast Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove postgres query logging Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update reconcile logic to clearly differentiate between tenant and global Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix reconcile app decorator Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * enable django checks Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * actually nodata was unnecessary as we're cloning from template and not from public Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * pylint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update django-tenants with sequence fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * actually update Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix e2e tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tests for settings api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * add tests for recovery api Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * recovery tests: do them on a new tenant Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * web: fix system status being degraded when embedded outpost is disabled Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix recovery tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tenants tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint-fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint-fix Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * update UI Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add management command to create a tenant Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add docs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * release notes Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * more docs Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * checklist Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * self review Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * spelling Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * make web after upgrading Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove extra xlif file Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * prettier Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Revert "add management command to create a tenant" This reverts commit39d13c0447. * split api into smaller files, only import urls when tenants is enabled Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rewite some things on the release notes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * root: make sure install_id comes from public schema Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * require a license to use tenants Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * lint Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix tenants tests Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * fix files migration Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * release notes: add warning about user sessions being invalidated Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * remove api disabled test, we can't test for it Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> --------- Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
committed by
GitHub
parent
73ddaf48be
commit
abc0c2d2a2
163
web/xliff/en.xlf
163
web/xliff/en.xlf
@ -358,10 +358,6 @@
|
||||
<source>Client IP</source>
|
||||
<target>Client IP</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s45f9e7ce0897f9e5">
|
||||
<source>Tenant</source>
|
||||
<target>Tenant</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2152f3482784705f">
|
||||
<source>Recent events</source>
|
||||
<target>Recent events</target>
|
||||
@ -2908,14 +2904,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Update Token</source>
|
||||
<target>Update Token</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s0af6301e76e2a2a5">
|
||||
<source>Successfully updated tenant.</source>
|
||||
<target>Successfully updated tenant.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf55c7c06dbc2c8c6">
|
||||
<source>Successfully created tenant.</source>
|
||||
<target>Successfully created tenant.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s41706a202b6c40f1">
|
||||
<source>Domain</source>
|
||||
<target>Domain</target>
|
||||
@ -2928,10 +2916,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Default</source>
|
||||
<target>Default</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se1c85959463f53df">
|
||||
<source>Use this tenant for each domain that doesn't have a dedicated tenant.</source>
|
||||
<target>Use this tenant for each domain that doesn't have a dedicated tenant.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc19838ca8c135c1b">
|
||||
<source>Branding settings</source>
|
||||
<target>Branding settings</target>
|
||||
@ -3032,18 +3016,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>This setting only affects new Events, as the expiration is saved per-event.</source>
|
||||
<target>This setting only affects new Events, as the expiration is saved per-event.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3bb51cabb02b997e">
|
||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||
<target>Format: "weeks=3;days=2;hours=3,seconds=2".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s04bfd02201db5ab8">
|
||||
<source>Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this tenant.</source>
|
||||
<target>Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this tenant.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7f9e79189a3d19e2">
|
||||
<source>Tenants</source>
|
||||
<target>Tenants</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s164be9a7537b99f6">
|
||||
<source>Configure visual settings and defaults for different domains.</source>
|
||||
<target>Configure visual settings and defaults for different domains.</target>
|
||||
@ -3052,18 +3024,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Default?</source>
|
||||
<target>Default?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s69a56a3022c4be7f">
|
||||
<source>Tenant(s)</source>
|
||||
<target>Tenant(s)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1b606acd76ba2c4c">
|
||||
<source>Update Tenant</source>
|
||||
<target>Update Tenant</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s773aa6621d7e37b7">
|
||||
<source>Create Tenant</source>
|
||||
<target>Create Tenant</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s8cb7bb82e96d5d77">
|
||||
<source>Policies</source>
|
||||
<target>Policies</target>
|
||||
@ -3285,10 +3245,6 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Recovery link cannot be emailed, user has no email address saved.</source>
|
||||
<target>Recovery link cannot be emailed, user has no email address saved.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s63d89a6ae0969c30">
|
||||
<source>To let a user directly reset a their password, configure a recovery flow on the currently active tenant.</source>
|
||||
<target>To let a user directly reset a their password, configure a recovery flow on the currently active tenant.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s720594461542943f">
|
||||
<source>Add User</source>
|
||||
<target>Add User</target>
|
||||
@ -6250,9 +6206,6 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="saf6097bfa25205b8">
|
||||
<source>A copy of this recovery link has been placed in your clipboard</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5b8ee296ed258568">
|
||||
<source>The current tenant must have a recovery flow configured to use a recovery link</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s895514dda9cb9c94">
|
||||
<source>Create recovery link</source>
|
||||
</trans-unit>
|
||||
@ -6534,6 +6487,122 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s16a15af46bc9aeef">
|
||||
<source>Failed to fetch objects: <x id="0" equiv-text="${this.error.detail}"/></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s744401846fea6e76">
|
||||
<source>Brand</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sab21e1f62676b56c">
|
||||
<source>Successfully updated brand.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43e43fd3a23e22d">
|
||||
<source>Successfully created brand.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s41b3f9b4c98aabd9">
|
||||
<source>Use this brand for each domain that doesn't have a dedicated brand.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s17260b71484b307f">
|
||||
<source>Set custom attributes using YAML or JSON. Any attributes set here will be inherited by users, if the request is handled by this brand.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s79fc990a2b58f27f">
|
||||
<source>Brands</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02774bc46a167346">
|
||||
<source>Brand(s)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s801bf3d03f4a3ff1">
|
||||
<source>Update Brand</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5c3efec5330e0000">
|
||||
<source>Create Brand</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa9d13ce9e83aac17">
|
||||
<source>To let a user directly reset a their password, configure a recovery flow on the currently active brand.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6709b81e1ed4e39f">
|
||||
<source>The current brand must have a recovery flow configured to use a recovery link</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s634e2fd82c397576">
|
||||
<source>Successfully updated settings.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb8e4edaea6f1d935">
|
||||
<source>Avatars</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s945856050217c828">
|
||||
<source>Configure how authentik should show avatars for users. The following values can be set:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf4ef4c8ce713f775">
|
||||
<source>Disables per-user avatars and just shows a 1x1 pixel transparent picture</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5446842a7e4a963b">
|
||||
<source>Uses gravatar with the user's email address</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s35363b9e1cc2abd3">
|
||||
<source>Generated avatars based on the user's name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s48110ca292cad513">
|
||||
<source>Any URL: If you want to use images hosted on another server, you can set any URL. Additionally, these placeholders can be used:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbe1dfda044bdc93b">
|
||||
<source>The user's username</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s653f257c9c2d4dc5">
|
||||
<source>The email address, md5 hashed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9c9183cd80916b4f">
|
||||
<source>The user's UPN, if set (otherwise an empty string)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="h4963ed14d7e239a9">
|
||||
<source>An attribute path like
|
||||
<x id="0" equiv-text="<code>"/>attributes.something.avatar<x id="1" equiv-text="</code>"/>, which can be used in
|
||||
combination with the file field to allow users to upload custom
|
||||
avatars for themselves.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4c80c34a67a6f1c9">
|
||||
<source>Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="h2fafcc3ebafea2f8">
|
||||
<source>For example, setting this to <x id="0" equiv-text="<code>"/>gravatar,initials<x id="1" equiv-text="</code>"/> will
|
||||
attempt to get an avatar from Gravatar, and if the user has not
|
||||
configured on there, it will fallback to a generated avatar.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5faec5eb5faf62ac">
|
||||
<source>Allow users to change name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s078ffec0257621c0">
|
||||
<source>Enable the ability for users to change their name.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s456d88f3679190fd">
|
||||
<source>Allow users to change email</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5fc6c14d106f40d3">
|
||||
<source>Enable the ability for users to change their email.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s628e414bb2367057">
|
||||
<source>Allow users to change username</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6d816a95ca43a99d">
|
||||
<source>Enable the ability for users to change their username.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s57b52b60ed5e2bc7">
|
||||
<source>Footer links</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7349802b2f7f99c2">
|
||||
<source>This option configures the footer links on the flow executor pages. It must be a valid JSON list and can be used as follows:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s166b59f3cc5d8ec3">
|
||||
<source>GDPR compliance</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb8b23770f899e5bb">
|
||||
<source>When enabled, all the events caused by a user will be deleted upon the user's deletion.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s29501761df0fe837">
|
||||
<source>Impersonation</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s8f503553d8432487">
|
||||
<source>Globally enable/disable impersonation.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
||||
Reference in New Issue
Block a user