Skip to content
Snippets Groups Projects
  • JediKev's avatar
    issue: User Import No Email · b65185ba
    JediKev authored
    This addresses issue 4329 where you can import a User with no email
    address via CSV file. Once the User is added and you try to update them
    with an email address it fails due to no default email. This updates the
    check for email address from `!isset()` to `empty()` which will correctly
    check for empty string.
    b65185ba