Set todoist migration redirect url to the frontend url by default

This commit is contained in:
kolaente 2021-08-14 18:27:29 +02:00
parent b3bb7395cd
commit dcddaab7b5
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 18 additions and 1 deletions

View file

@ -272,6 +272,19 @@ Full path: `service.enableemailreminders`
Environment path: `VIKUNJA_SERVICE_ENABLEEMAILREMINDERS`
### enableuserdeletion
If true, will allow users to request the complete deletion of their account. When using external authentication methods
it may be required to coordinate with them in order to delete the account. This setting will not affect the cli commands
for user deletion.
Default: `true`
Full path: `service.enableuserdeletion`
Environment path: `VIKUNJA_SERVICE_ENABLEUSERDELETION`
---
## database