From b81a04879ea3499abc740a67c0daf68e8b34b14c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 29 Nov 2017 11:45:06 +0530 Subject: [PATCH] fix(github-auth): Add the github auth path to deprecated login This should let us allow users with github only auth login and update their emails with us Closes #16126 --- server/views/account/deprecated-signin.jade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/views/account/deprecated-signin.jade b/server/views/account/deprecated-signin.jade index 648dbf4649..7fad07b3f3 100644 --- a/server/views/account/deprecated-signin.jade +++ b/server/views/account/deprecated-signin.jade @@ -3,6 +3,9 @@ block content .text-center h2 Sign in with one of these options if you used them as your original login methods : br + a.btn.btn-lg.btn-block.btn-social.btn-github(href='/auth/github') + i.fa.fa-github + | Sign in with GitHub a.btn.btn-lg.btn-block.btn-social.btn-facebook(href='/auth/facebook') i.fa.fa-facebook | Sign in with Facebook @@ -16,6 +19,10 @@ block content i.fa.fa-twitter | Sign in with Twitter br + h4 Note: We are unable to create new accounts using these methods now on. + h4 If you haven't updated your email with us, you should do that as soon as possible, + | after you login here, to avoid losing access to your account. + br p a(href="/signin") Or click here to go back.