CRM-19223 - bin/encryptDB.php - Completely disable by default
authorTim Otten <totten@civicrm.org>
Wed, 17 Aug 2016 02:04:42 +0000 (19:04 -0700)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 17 Aug 2016 05:17:30 +0000 (15:17 +1000)
commitf82b6cb73412a8a134b3b563920d1a6ce60795ca
tree3baa642aef706d3bc7523c46b57f90db79bec380
parentf79b733dcb737ed4ed184ce28013da171b425987
CRM-19223 - bin/encryptDB.php - Completely disable by default

Arguably, it's sufficient to check for administrative privileges...  since
an administrator can do this kind of damage anyway...  but this use-case is
so broad, dangerous, and uncommon that it really shouldn't be available
unless you take extraordinary measures.

It's tempting to remove the file entirely, but some upgrade workflows don't
properly handle deleted files, and some users may still want access to this
code so that they can run it themselves.
bin/encryptDB.php