Commit Graph

10 Commits (e832a9b9f41a8b26a8c88edfd8fc35b8bfd97d5d)

Author SHA1 Message Date
Valeriy Novytskyy 07aedb193b Fixes #3753 update aspnet/core/security/authentication/social/ for 2.0 (#3848)
* #3753 Update social logins index

* #3753 Update facebook logins

* #3753 Update Google logins

* #3753 Update Twitter logins

* #3753 Update Microsoft logins

* #3753 Combine social and local login accounts screenshot update

* #3753 Fix app name in screenshot

* #3753 QA pass

* #3753 Put borders on screenshots to replace shadows

* Update facebook-logins.md

Minor clean up - remove future tense. Split up long sentences to help software translators.

* Update facebook-logins.md

* Update google-logins.md

* Update index.md

* #3753 Fix missing anchor
2017-08-01 09:06:20 -07:00
Rick Anderson 13d1b4d904 Account conf and email (#3798)
* Account conf and email

* Account conf and email

* Account conf and email

* work

* work

* work

* work

* work

* work

* work

* Hyphenate "right click".
2017-07-24 10:41:58 -07:00
Jason N. Gaylord 619bd3e001 Update ForgotPassword.cshtml file (#3591)
* Commented out the reset password link

* Updated the instructions to update the ForgotPassword.cshtml page.

* Update accconfirm.md

* Update accconfirm.md

* Minor updates to text and to fix the code block.

* Update accconfirm.md
2017-06-30 15:40:59 +00:00
Jacob Appleton b870dce7fa Create Startup.cs (#3475)
Moved the snippet region end to after app.UseRewriter(options); so that it appears in the documentation.
2017-06-08 11:43:11 -07:00
Derek Christensen 3a3b79933d Correct async/await usage (#3417)
Fixed async/await usage to not call .Wait() on the task and to not await the Task that is never used.
2017-05-30 16:35:55 -07:00
Alex 3c3c484072 Update Login action to call FindByEmailAsync (#3082)
This is consistent with the rest of the sample template and the model property passed to it.
2017-03-28 11:14:09 -10:00
Rick Anderson 6d3767417a move require SSL to it's own doc (#3000)
* move require SSL to it's own doc

* td feedback
2017-03-17 15:27:18 -10:00
Rick Anderson c36de3bf7c RTM 1.1 of pw/email reset (#2912)
* RTM 1.1 of pw/email reset

* clean up

* tdysktra feedback

* fix
2017-03-08 09:49:26 -10:00
Rick Anderson 572b68898a RequireConfirmedEmail 2016-11-16 09:01:55 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00