brockallen / BrockAllen.MembershipReboot

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

Reopenaccount when email is null #571

Open Winters44 opened 8 years ago

Winters44 commented 8 years ago

Using requestAccountVerification="false", I'm able to create users with blank/null email addresses, but I'm not able to reopen them after closing. The culprit seemsto be the email null check in the UserService method "public virtual void ReopenAccount(TAccount account)".

My config:

brockallen commented 8 years ago

Yep, I see that. I'd have to spend some time thinking about this (and adding unit tests since none cover this ATM), but I think it's probably ok to add.