]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-send-email.txt
Merge branch 'vv/send-email-with-less-secure-apps-access'
[thirdparty/git.git] / Documentation / git-send-email.txt
index b7bbbeadef6df43a9497cbbfad1f8cbf8213cd6f..93708aefeaef339b28ff6257fb8780a5393478bd 100644 (file)
@@ -494,10 +494,14 @@ edit ~/.gitconfig to specify your account settings:
        smtpServerPort = 587
 ----
 
-If you have multifactor authentication setup on your gmail account, you will
+If you have multi-factor authentication set up on your Gmail account, you will
 need to generate an app-specific password for use with 'git send-email'. Visit
 https://security.google.com/settings/security/apppasswords to create it.
 
+If you do not have multi-factor authentication set up on your Gmail account,
+you will need to allow less secure app access. Visit
+https://myaccount.google.com/lesssecureapps to enable it.
+
 Once your commits are ready to be sent to the mailing list, run the
 following commands: