mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
make cas work
This commit is contained in:
parent
0eec884428
commit
f3966cfb2b
5 changed files with 56 additions and 1 deletions
|
@ -98,6 +98,11 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
|
|||
OpenID::Util.logger = RAILS_DEFAULT_LOGGER
|
||||
end
|
||||
|
||||
if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
|
||||
#requires ruby-openid gem to be installed
|
||||
OpenID::Util.logger = RAILS_DEFAULT_LOGGER
|
||||
end
|
||||
|
||||
tracks_version='1.8devel'
|
||||
# comment out next two lines if you do not want (or can not) the date of the
|
||||
# last git commit in the footer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue