brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

Change Email captures account verified event #637

Closed belall-shaikh closed 7 years ago

belall-shaikh commented 8 years ago

Hai brock, When I change the email using userAccountService.ChangeEmailRequest(accountId,newEmail),it captures the email verified event instead of email changed event.

the problem persists even if I defined the EmailChangeRequested Event.

brockallen commented 8 years ago

IIRC, I think it depends on the state of the user account -- take a look at the code to see why (i don't recall off the top of my head).

belall-shaikh commented 8 years ago

The user account is verified.

Can you please share the exact portion of the code where I should look.