Changeset 6936
- Timestamp:
- 06/04/07 21:50:40 (2 years ago)
- Files:
-
- plugins/open_id_authentication/init.rb (modified) (1 diff)
- plugins/open_id_authentication/lib/open_id_authentication.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/open_id_authentication/init.rb
r6520 r6936 1 1 begin 2 gem 'ruby-openid' 3 require 'openid' 2 require 'openid' 4 3 rescue LoadError 5 puts "Install the ruby-openid gem to enable OpenID support" 4 begin 5 gem 'ruby-openid' 6 require 'openid' 7 rescue LoadError 8 puts "Install the ruby-openid gem to enable OpenID support" 9 end 6 10 end 7 11 plugins/open_id_authentication/lib/open_id_authentication.rb
r6514 r6936 56 56 "http://" + url + "/" 57 57 else 58 raise " Unable to normalize: #{url}"58 raise "#{url} is not a correctly formatted OpenID address" 59 59 end 60 60 end