Tratcher move set password out of provider pages to main
parent
a8a088b758
commit
48a338cee7
|
@ -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 <email alias>** 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.
|
||||
|
|
|
@ -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 <email alias>** 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.
|
||||
|
|
|
@ -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 <email alias>** 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.
|
||||
|
|
|
@ -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 <email alias>** 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.
|
||||
|
|
|
@ -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 <email alias>** 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.
|
||||
|
|
Loading…
Reference in New Issue