• Drew Blessing's avatar
    Fix admin mode when authenticating with LDAP · a8717235
    Drew Blessing authored
    When users reauthenticate to enable admin mode, and are signing
    in with an external authentication provider such as LDAP, we need
    to use a case-insensitive, normalized lookup of the user identity.
    This changes the match identity method in the user model to use
    the existing scope which normalizes the uid and does a case-insensitive
    lookup.
    
    Changelog: changed
    a8717235
user_spec.rb 185 KB