GeekTantra
GeekTantra
Found a fix: 1. Change `vendor/plugins/google_apps/app/controllers/google_apps_controller.rb` Remove line containing require 'gapps_openid' ``` diff --git a/app/controllers/google_apps_controller.rb b/app/controllers/google_apps_controller.rb index 4ac1f7c..ca7aaa0 100644 --- a/app/controllers/google_apps_controller.rb +++ b/app/controllers/google_apps_controller.rb @@ -1,4 +1,4 @@ -require 'gapps_openid' +#require...
I have tried the fixed plugin at https://github.com/nettantra/redmine_google_apps with Redmine 1.4.0, it seems to work properly. Please check the other plugins which are installed which might be conflicting with this...
Please follow the link mentioned in the the issue note i.e. > Note: You would need to setup OpenID discovery vanity URL by following this guide: > http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/
Please follow this link: http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/