mailru: note that an app password is now needed - fixes #6398

This commit is contained in:
Nick Craig-Wood
2022-11-08 20:33:11 +00:00
parent 133c006c37
commit 3a3bc5a1ae
2 changed files with 26 additions and 4 deletions
+7 -2
View File
@@ -90,8 +90,13 @@ func init() {
Help: "User name (usually email).",
Required: true,
}, {
Name: "pass",
Help: "Password.",
Name: "pass",
Help: `Password.
This must be an app password - rclone will not work with your normal
password. See the Configuration section in the docs for how to make an
app password.
`,
Required: true,
IsPassword: true,
}, {