brockallen / BrockAllen.MembershipReboot

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

New AccountUnlockedEvent #630

Closed ccrowhurstram closed 8 years ago

ccrowhurstram commented 8 years ago

Hi Brok,

Are you ok with me adding a new event - AccountUnlockedEvent.

This event would be raised when UserAccountService.SetIsLoginAllowed is called with an isLoginAllowed argument set to true (and the account is currently locked).

Thanks C

brockallen commented 8 years ago

Sure.

christianacca commented 8 years ago

Just merged :-)

ccrowhurstram commented 8 years ago

Actually, I've got more changes I think that need to be added. See PR: https://github.com/brockallen/BrockAllen.MembershipReboot/pull/631