Skip to content

Commit

Permalink
use the ldap_enabled site setting
Browse files Browse the repository at this point in the history
instead of enabled? true
  • Loading branch information
bdecotte authored Oct 6, 2023
1 parent edcf069 commit 2d8bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def name
end

def enabled?
true
SiteSetting.ldap_enabled
end

def after_authenticate(auth_options)
Expand Down

0 comments on commit 2d8bda8

Please sign in to comment.