BrockAllen.MembershipReboot icon indicating copy to clipboard operation
BrockAllen.MembershipReboot copied to clipboard

Reopenaccount when email is null

Open Winters44 opened this issue 9 years ago • 1 comments

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: <membershipReboot requireAccountVerification="false" emailIsUsername="false" multiTenant="true" usernamesUniqueAcrossTenants="false" />

Winters44 avatar Sep 23 '15 16:09 Winters44

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.

brockallen avatar Sep 28 '15 19:09 brockallen