Skip to content

Commit 53b2944

Browse files
committed
Merge branch 'jw/send-email-update-gmail-insn'
Doc update to drop use of deprecated app-specific password against gmail. * jw/send-email-update-gmail-insn: send-email docs: Remove mention of discontinued gmail feature
2 parents 461eea3 + 839ebad commit 53b2944

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Documentation/git-send-email.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -484,14 +484,10 @@ edit ~/.gitconfig to specify your account settings:
484484
smtpServerPort = 587
485485
----
486486

487-
If you have multi-factor authentication set up on your Gmail account, you will
488-
need to generate an app-specific password for use with 'git send-email'. Visit
487+
If you have multi-factor authentication set up on your Gmail account, you can
488+
generate an app-specific password for use with 'git send-email'. Visit
489489
https://security.google.com/settings/security/apppasswords to create it.
490490

491-
If you do not have multi-factor authentication set up on your Gmail account,
492-
you will need to allow less secure app access. Visit
493-
https://myaccount.google.com/lesssecureapps to enable it.
494-
495491
Once your commits are ready to be sent to the mailing list, run the
496492
following commands:
497493

0 commit comments

Comments
 (0)