You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: