X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/04af8cd1470a3844bbf9fc89a40df991acdfe853..18472827ef1a00f09d2a053acc442090543b2da1:/wizard/app/wordpress.py diff --git a/wizard/app/wordpress.py b/wizard/app/wordpress.py index 883f5de..d98add1 100644 --- a/wizard/app/wordpress.py +++ b/wizard/app/wordpress.py @@ -32,6 +32,7 @@ class Application(app.Application): substitutions.update(php.substitutions) install_schema = install.ArgSchema("db", "email", "title") deprecated_keys = set(['WIZARD_SECRETKEY']) + random_keys = set(['WIZARD_SECRETKEY', 'WIZARD_AUTH_KEY', 'WIZARD_SECURE_AUTH_KEY', 'WIZARD_LOGGED_IN_KEY', 'WIZARD_NONCE_KEY']) def download(self, version): return "http://wordpress.org/wordpress-%s.tar.gz" % version def checkConfig(self, deployment):