Add option to allow user to create domain

This commit is contained in:
Khanh Ngo
2018-09-01 17:53:05 +07:00
parent 38d1d85a18
commit 3481af149b
6 changed files with 33 additions and 7 deletions

View File

@ -1799,6 +1799,7 @@ class Setting(db.Model):
'allow_quick_edit': True,
'pretty_ipv6_ptr': False,
'dnssec_admins_only': False,
'allow_user_create_domain': False,
'bg_domain_updates': False,
'site_name': 'PowerDNS-Admin',
'pdns_api_url': '',