merge conflict fix

This commit is contained in:
kkmanos 2021-12-20 11:19:37 +02:00
parent fe150efb70
commit e6f0f843de

View file

@ -197,7 +197,7 @@ class Setting(db.Model):
'pwd_must_not_contain' : 'username,firstname',
'max_history_records': 1000,
'zxcvbn_enabled': False,
'zxcvbn_guesses_log' : 11
'zxcvbn_guesses_log' : 11,
'otp_force': False,
'max_history_records': 1000
}