mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Turn on pending delete/change settings #2785
This commit is contained in:
parent
446576f5b0
commit
a809329421
4 changed files with 12 additions and 3 deletions
|
@ -22,6 +22,8 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:ns_max_count, 11)
|
||||
|
||||
Setting.save_default(:transfer_wait_time, 0)
|
||||
Setting.save_default(:request_confrimation_on_registrant_change_enabled, true)
|
||||
Setting.save_default(:request_confirmation_on_domain_deletion_enabled, true)
|
||||
|
||||
Setting.save_default(:client_side_status_editing_enabled, false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue