Skip to content
  • griest's avatar
    Strip whitespace from username/login value for user lookup · eddf4c0f
    griest authored
    As per the discussion with @psimyn, this change does not affect the frontend, so user input will not be validated on the signin screen.
    
    Instead, the value sent to the backend has leading and trailing whitespace stripped before looking up the user with find_by.
    
    Closes #42637
    eddf4c0f