Skip to content
Snippets Groups Projects
Commit ab04096c authored by Jan-Willem van der Meer's avatar Jan-Willem van der Meer
Browse files

Add explaining note to authentication method [skip ci]

parent 18d2ee31
No related branches found
No related tags found
No related merge requests found
Loading
@@ -18,6 +18,8 @@ module Gitlab
Loading
@@ -18,6 +18,8 @@ module Gitlab
auth.login(login, password) # true will exit the loop auth.login(login, password) # true will exit the loop
end end
   
# If (login, password) was invalid for all providers, the value of auth is now the last
# Gitlab::LDAP::Authentication instance we tried.
auth.user auth.user
end end
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment