]> git.ipfire.org Git - thirdparty/git.git/commitdiff
send-email docs: Remove mention of discontinued gmail feature
authorJouke Witteveen <j.witteveen@gmail.com>
Sat, 1 Oct 2022 10:46:09 +0000 (12:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 20:46:58 +0000 (13:46 -0700)
Support for "less secure apps" ended May 30, 2022.

This effectively reverts 155067a (git-send-email.txt: mention less secure
app access with Gmail, 2021-01-08).

Signed-off-by: Jouke Witteveen <j.witteveen@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt

index b0f438ec990b7e3ac2d37730273ec2fab8088553..6e988a83c57295bd15ba1875db3f4822cf460d41 100644 (file)
@@ -484,14 +484,10 @@ edit ~/.gitconfig to specify your account settings:
        smtpServerPort = 587
 ----
 
-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
+If you have multi-factor authentication set up on your Gmail account, you can
+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: