Add option to disable totp for everyone

This commit is contained in:
kolaente 2020-05-29 17:15:59 +02:00
parent a0fb8bd32d
commit 5a04f1ecf4
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
6 changed files with 20 additions and 5 deletions

View file

@ -73,6 +73,8 @@ service:
timezone: GMT
# Whether task comments should be enabled or not
enabletaskcomments: true
# Whether totp is enabled. In most cases you want to leave that enabled.
enabletotp: true
database:
# Database type to use. Supported types are mysql, postgres and sqlite.