mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-07 14:44:03 +00:00
Merge branch 'feature/privacy-first'
This commit is contained in:
@ -193,7 +193,8 @@ class Setting(db.Model):
|
||||
'otp_force': False,
|
||||
'max_history_records': 1000,
|
||||
'deny_domain_override': False,
|
||||
'account_name_extra_chars': False
|
||||
'account_name_extra_chars': False,
|
||||
'gravatar_enabled': False,
|
||||
}
|
||||
|
||||
def __init__(self, id=None, name=None, value=None):
|
||||
|
Reference in New Issue
Block a user