comparison .svn/pristine/c8/c857707aa9105686c2d1d14cc35b377b81d5443d.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
1 if Rails.version < '3'
2 config.gem 'rack-openid', :lib => 'rack/openid', :version => '>=0.2.1'
3 end
4
5 require 'open_id_authentication'
6
7 config.middleware.use OpenIdAuthentication
8
9 config.after_initialize do
10 OpenID::Util.logger = Rails.logger
11 ActionController::Base.send :include, OpenIdAuthentication
12 end