Update default password

This commit is contained in:
Paul Tremberth 2017-02-20 14:23:23 +01:00
parent b80e1bb6c5
commit d35a01a103
2 changed files with 2 additions and 2 deletions

View File

@ -700,7 +700,7 @@ Whether or not to use passive mode when initiating FTP transfers.
FTP_PASSWORD
------------
Default: ``"anonymous@example.com"``
Default: ``"guest"``
The password to use for FTP connections when there is no ``"ftp_password"``
in ``Request`` meta.

View File

@ -162,7 +162,7 @@ FEED_EXPORTERS_BASE = {
FILES_STORE_S3_ACL = 'private'
FTP_USER = 'anonymous'
FTP_PASSWORD = 'anonymous@example.com'
FTP_PASSWORD = 'guest'
FTP_PASSIVE_MODE = True
HTTPCACHE_ENABLED = False