-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed for Redmine 3.4 and Ruby 2.4 #43
Comments
Thanks. That saved my day! I just came across one issue in the parse_email function: a crash will result from improper access to the returned array. my fix was to change how the index is set in the returned map in My system specs :
Otherwise all worked well as expected. |
Thanks kefahi fix worked for me. My Specs |
Hi all, Started GET "/oauth2callback?code=4/WQCYaB41ZGi_zU3TqPwlol8N-CHhFfhqHiveQIr6ZZkWBe_gHAVYb0XGJ6HJ1JiNLPgfVy4nmM7Q6Jhm2ClgCBI&scope=https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile" for ::1 at 2018-09-13 19:52:14 +0700 Faraday::SSLError (SSL_connect returned=1 errno=0 state=error: certificate verify failed): |
This is the source final, it's work.
Redmine 3.4
Ruby 2.4
redmine_omniauth_google.zip
The text was updated successfully, but these errors were encountered: