Browse Source

logging http auth while first time site create disabled

bugfixes
harshadyeola 10 years ago
parent
commit
d4aef42f82
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -513,7 +513,7 @@ class EESiteCreateController(CementBaseController):
setwebrootpermissions(self, data['webroot'])
if ee_auth and len(ee_auth):
for msg in ee_auth:
Log.info(self, Log.ENDC + msg)
Log.info(self, Log.ENDC + msg, log=False)
if data['wp']:
Log.info(self, Log.ENDC + "WordPress admin user :"

Loading…
Cancel
Save