Add option to disable totp for everyone
This commit is contained in:
parent
a0fb8bd32d
commit
5a04f1ecf4
6 changed files with 20 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Reference in a new issue