Skip to content

Commit d35a01a

Browse files
committed
Update default password
1 parent b80e1bb commit d35a01a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/topics/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Whether or not to use passive mode when initiating FTP transfers.
700700
FTP_PASSWORD
701701
------------
702702

703-
Default: ``"[email protected]"``
703+
Default: ``"guest"``
704704

705705
The password to use for FTP connections when there is no ``"ftp_password"``
706706
in ``Request`` meta.

scrapy/settings/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
FILES_STORE_S3_ACL = 'private'
163163

164164
FTP_USER = 'anonymous'
165-
FTP_PASSWORD = '[email protected]'
165+
FTP_PASSWORD = 'guest'
166166
FTP_PASSIVE_MODE = True
167167

168168
HTTPCACHE_ENABLED = False

0 commit comments

Comments
 (0)