mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
make cas work
This commit is contained in:
parent
0eec884428
commit
f3966cfb2b
5 changed files with 56 additions and 1 deletions
|
|
@ -11,5 +11,9 @@ module Tracks
|
|||
def self.openid_enabled?
|
||||
auth_schemes.include?('open_id')
|
||||
end
|
||||
|
||||
def self.cas_enabled?
|
||||
auth_schemes.include?('cas')
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue