-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forgot password/password reset implementation (skeleton, proposal) #9
base: master
Are you sure you want to change the base?
Conversation
the AuthenticationManager.CreateAndSignInExternalUser return always with false with User(). Working with MyUser.
Hi Gábor, Thank you for submitting this pull request. This is very useful. At this time we are working on the Password Reset feature of ASP.NET Identity which will be available in the 1.1 time frame. I will be updating this sample to pull in the nightly builds and we can iterate on this pull request at that time. You pull request is very interesting esp the part about generating the crypto keys. |
great, I'm very happy! Actually I wanted to use, but there was no description. So I asked, but it was almost offtopic question. Then I searched and I did this by. So, I really like the direction to develop ASP.NET Identity and look forward to further. 😄 |
Wait, what? I've noticed things like This kind of makes the whole Identity bits stillborn for now. Aside from this repo, is there anything else we can do to contribute to help this process along? |
Are there more updates on this subject? |
Account Confirmation and PasswordReset are now available in 2.0.0-alpha. More details are a link to the samples can be found http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx |
👍 congrat! |
Hi, I gained a lot of these solutions to the new aspnet.identity but could not find. Might be interesting. I do not have to send the e-mail you may want to write it?