Fix for LDAP auth failing when LDAP email has a leading space
Created by: JJWTimmer
Easy fix: after getting the leading part from the email, use .strip() Fixes #1603 for me
Created by: JJWTimmer
Easy fix: after getting the leading part from the email, use .strip() Fixes #1603 for me