allow users to remove domain (#952)

This commit is contained in:
steschuser
2021-10-30 21:21:45 +02:00
committed by GitHub
parent 1f34dbf810
commit bf83662108
6 changed files with 211 additions and 2 deletions

View File

@ -26,6 +26,7 @@ class Setting(db.Model):
'pretty_ipv6_ptr': False,
'dnssec_admins_only': False,
'allow_user_create_domain': False,
'allow_user_remove_domain': False,
'allow_user_view_history': False,
'bg_domain_updates': False,
'site_name': 'PowerDNS-Admin',