0

I would like to implement email confirmation , for those users that they would change their email addresses. But i am confused a little bit and lack of documentation ( at least i couldn't find something clear ) . There are 2 methods in UserManager :

1- GenerateChangeEmailTokenAsync 2- GenerateEmailConfirmationTokenAsync

What is the difference between those 2 methods and what is their usage ?

peyman gilmour
  • 1,168
  • 2
  • 16
  • 35
  • 1
    This will give you general idea of how to change email - see both answers. The longer one is somewhat more safe: https://stackoverflow.com/questions/25570025/net-identity-email-username-change/25585969#25585969 – trailmax Aug 18 '17 at 15:46
  • 1
    Also this https://stackoverflow.com/a/45270874/809357 to explain differences between the methods – trailmax Aug 18 '17 at 15:47

0 Answers0