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
Your account has been temporarily locked. Please try again after some time.
user_is_locked_out
loginResult.IsLockedOut
Your account has been locked. Please contact support for assistance.
login_failed
!loginResult.Succeeded
Login attempt failed. Please check your credentials.
user_cannot_login_in_store
NOT var result = _user.IsAdministrator || _user.StoreId.IsNullOrEmpty(); if (!result) { result = obj.TrustedGroups.Concat(new[] { obj.Id }).Contains(_user.StoreId); } return result;
Access denied. You cannot sign in to the current store
password_expired
user.PasswordExpired
Your password has been expired and must be changed.
user_not_found
user.Contact == null
User not found. Please ensure you've entered the correct information.