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
(An blocked user received the error code email_verification_is_required. Extend IsUserLockedByRequiredEmailVerificationSpecification with Store Setting checking. email_verification_is_required returns if ```cs _user.Contact.Status == "Locked" && !_user.EmailConfirmed && store.Settings.GetSettingValue("Stores.EmailVerificationEnabled", false) && store.Settings.GetSettingValue("Stores.EmailVerificationRequired", false) ```)