aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

ExternalLoginConfirmation breaks if the username is already taken #793

Closed blowdart closed 7 years ago

blowdart commented 7 years ago

Copied from https://github.com/aspnet/Identity/issues/1080

Repro:

Login with a new Facebook account In the "ExternalLoginConfirmation" page enter an email that already exists on the system Press Register The page reloads, the validation error is displayed saying "User name 'blah@example.com' is already taken." and all of the ViewData is now lost including the ReturnUrl of the form and the LoginProvider used in the h2 and intro paragraph.

Eilon commented 7 years ago

This issue was moved to aspnet/templating#98