From 48a338cee7b5bbee155440a8fb30ffc8f4cc9f83 Mon Sep 17 00:00:00 2001 From: 01binary Date: Thu, 10 Nov 2016 20:47:23 -0800 Subject: [PATCH] Tratcher move set password out of provider pages to main --- .../security/authentication/facebook-logins.md | 16 ---------------- .../security/authentication/google-logins.md | 16 ---------------- .../security/authentication/microsoft-logins.md | 16 ---------------- .../security/authentication/sociallogins.md | 16 ++++++++++++++++ .../security/authentication/twitter-logins.md | 16 ---------------- 5 files changed, 16 insertions(+), 64 deletions(-) diff --git a/aspnetcore/security/authentication/facebook-logins.md b/aspnetcore/security/authentication/facebook-logins.md index c70134025c..b850a399b6 100644 --- a/aspnetcore/security/authentication/facebook-logins.md +++ b/aspnetcore/security/authentication/facebook-logins.md @@ -99,22 +99,6 @@ You are now logged in using your Facebook credentials: ![image](sociallogins/_static/Done.PNG) -## Optionally set password - -When you register with an external login provider, you do not have a password registered with the app. This alleviates you from creating and remembering a password for the site, but it also makes you dependent on the external login provider. If the external login provider is unavailable, you won't be able to log in to the web site. - -To create a password and login using your email that you set during the login process with external providers: - -* Tap the **Hello ** link at the top right corner to navigate to the **Manage** view. - -![image](sociallogins/_static/pass1.PNG) - -* Tap **Create** - -![image](sociallogins/_static/pass2.PNG) - -* Set a valid password and you can use this to login with your email - ## Next steps * This article showed how you can authenticate with Facebook. You can follow a similar approach to authenticate with [Microsoft Account](microsoft-logins.md), [Twitter](twitter-logins.md), [Google](google-logins.md) and other providers. diff --git a/aspnetcore/security/authentication/google-logins.md b/aspnetcore/security/authentication/google-logins.md index 8f136107ca..56f6c4b8df 100644 --- a/aspnetcore/security/authentication/google-logins.md +++ b/aspnetcore/security/authentication/google-logins.md @@ -119,22 +119,6 @@ You are now logged in using your Google credentials: ![image](sociallogins/_static/Done.PNG) -## Optionally set password - -When you register with an external login provider, you do not have a password registered with the app. This alleviates you from creating and remembering a password for the site, but it also makes you dependent on the external login provider. If the external login provider is unavailable, you won't be able to log in to the web site. - -To create a password and login using your email that you set during the login process with external providers: - -* Tap the **Hello ** link at the top right corner to navigate to the **Manage** view. - -![image](sociallogins/_static/pass1.PNG) - -* Tap **Create** - -![image](sociallogins/_static/pass2.PNG) - -* Set a valid password and you can use this to login with your email - ## Next steps * This article showed how you can authenticate with Google. You can follow a similar approach to authenticate with [Facebook](facebook-logins.md), [Twitter](twitter-logins.md), [Microsoft Account](microsoft-logins.md), [Google](google-logins.md) and other providers. diff --git a/aspnetcore/security/authentication/microsoft-logins.md b/aspnetcore/security/authentication/microsoft-logins.md index 6ecdf44b50..baef298c42 100644 --- a/aspnetcore/security/authentication/microsoft-logins.md +++ b/aspnetcore/security/authentication/microsoft-logins.md @@ -104,22 +104,6 @@ You are now logged in using your Microsoft credentials: ![image](sociallogins/_static/Done.PNG) -## Optionally set password - -When you register with an external login provider, you do not have a password registered with the app. This alleviates you from creating and remembering a password for the site, but it also makes you dependent on the external login provider. If the external login provider is unavailable, you won't be able to log in to the web site. - -To create a password and login using your email that you set during the login process with external providers: - -* Tap the **Hello ** link at the top right corner to navigate to the **Manage** view. - -![image](sociallogins/_static/pass1.PNG) - -* Tap **Create** - -![image](sociallogins/_static/pass2.PNG) - -* Set a valid password and you can use this to login with your email - ## Next steps * This article showed how you can authenticate with Microsoft. You can follow a similar approach to authenticate with [Facebook](facebook-logins.md), [Twitter](twitter-logins.md), [Google](google-logins.md) and other providers. diff --git a/aspnetcore/security/authentication/sociallogins.md b/aspnetcore/security/authentication/sociallogins.md index 38baa32198..cbe3f7da62 100644 --- a/aspnetcore/security/authentication/sociallogins.md +++ b/aspnetcore/security/authentication/sociallogins.md @@ -91,6 +91,22 @@ Use the following pages to configure your application to use the respective prov * [Microsoft](microsoft-logins.md) instructions * [Other provider](other-logins.md) instructions +## Optionally set password + +When you register with an external login provider, you do not have a password registered with the app. This alleviates you from creating and remembering a password for the site, but it also makes you dependent on the external login provider. If the external login provider is unavailable, you won't be able to log in to the web site. + +To create a password and login using your email that you set during the login process with external providers: + +* Tap the **Hello ** link at the top right corner to navigate to the **Manage** view. + +![image](sociallogins/_static/pass1.PNG) + +* Tap **Create** + +![image](sociallogins/_static/pass2.PNG) + +* Set a valid password and you can use this to login with your email. + ## Next steps * This article introduced external authentication and explained the prerequisites required to add external logins to your ASP.NET Core app. diff --git a/aspnetcore/security/authentication/twitter-logins.md b/aspnetcore/security/authentication/twitter-logins.md index 9aff50fbe5..e734347dfb 100644 --- a/aspnetcore/security/authentication/twitter-logins.md +++ b/aspnetcore/security/authentication/twitter-logins.md @@ -84,22 +84,6 @@ You are now logged in using your Twitter credentials: ![image](sociallogins/_static/Done.PNG) -## Optionally set password - -When you register with an external login provider, you do not have a password registered with the app. This alleviates you from creating and remembering a password for the site, but it also makes you dependent on the external login provider. If the external login provider is unavailable, you won't be able to log in to the web site. - -To create a password and login using your email that you set during the login process with external providers: - -* Tap the **Hello ** link at the top right corner to navigate to the **Manage** view. - -![image](sociallogins/_static/pass1.PNG) - -* Tap **Create** - -![image](sociallogins/_static/pass2.PNG) - -* Set a valid password and you can use this to login with your email - ## Next steps * This article showed how you can authenticate with Twitter. You can follow a similar approach to authenticate with [Facebook](facebook-logins.md), [Microsoft Account](microsoft-logins.md), [Google](google-logins.md) and other providers.