Commit Graph

13 Commits (24f6cd541800baac1261b184dccee1ea6e4d7d8d)

Author SHA1 Message Date
Rick Anderson 652f09abc6
Update PW recovery to RP and secure templates (#5383)
* Update PW recovery to RP and secure templates

* Update PW recovery to RP and secure templates

* delete mvc controller files

* acrolinx

* work

* work

* Password recovery PR patch

* Update accconfirm.md

* Minor edits to password recovery PR
2018-02-12 12:22:43 -10:00
Scott Addie fb518f856f [WIP] Upgrade NuGet packages to 2.0 RTM (#4222)
Upgrade NuGet packages to 2.0 RTM
2017-09-07 09:36:30 -05:00
Luke Latham b71d2350b8 Update Localization sample app to 2.0 (#4219)
* Update Localization sample app

Fixes #2943

* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*

Add one file

Updates

* React to feedback

Also patched the title, description, and keywords on this pass.
2017-09-06 15:11:18 -05:00
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