Is it possible to allow users to login using LDAP and/or Email?
E.g. can I use devise_ldap_authenricatable and devise together on the same model. If an email is entered then use Email authentication (using the user email attribute) otherwise authenticate via my LDAP server (using the user uid attribute)?
Is it possible to allow users to login using LDAP and/or Email?
E.g. can I use devise_ldap_authenricatable and devise together on the same model. If an email is entered then use Email authentication (using the user email attribute) otherwise authenticate via my LDAP server (using the user uid attribute)?
thanks Jon.